body, html {
  width: 100%;
  margin: 0;
  padding: 0;    
  background-color: #fff;
  font-family: 'Comfortaa', cursive;
}

.background {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.content {
  text-align: center;
}

h1 {
  color: #000;
  font-size: 3.8em;
  font-family: 'Satisfy', cursive;
  text-shadow: 0px 1.5px 1.5px rgba(0, 0, 0, 0.3);
  line-height: 1;
}

h2 {
  color: #000;
  font-size: 3em;
  text-align: center;
}

.links {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.links h4 {
  margin: 0 10px;
}

#countdown-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.countdown-box {
  padding: 0 10px;
  color: #000;
  text-align: center;  
}

.countdown-box p {
  font-size: 2em;
  text-shadow: 0px 1.5px 1.5px rgba(0, 0, 0, 0.3);
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

footer a {
  margin: 0 5px;
  text-decoration: underline;
  color: #000;
}

footer a:hover {
  color: #000;
  text-decoration: none;
}

.logo {
  max-width: 1050px;
  height: auto;
  margin-bottom: 20px;
}
