@charset "UTF-8";

body {
  font-family: 'Anton', sans-serif;
  background-color: black;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  height: 100vh; 
  margin: 0;      
  padding: 0;   
  text-align: center;
}

#logo_fncs {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

h1 {
  font-size: 2.5em;
  letter-spacing: 1px;
  margin: 0 0 10px 0;
}

#countdown {
  font-size: 2em;
  font-weight: bold;
}