html {
  height: 100%;
}

body {
  font-size: 14px;
  font-family: 'Dosis', sans-serif;
  height: 100%;
  margin: 0px;

  background-image: url("img/one-page-construction_rechtes-bild.jpg");
  background-size: cover;
  background-position: 50% 50%;
}

h1,h2 { text-align: center }

.logo-container {
  padding-top: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 290px;

  padding-bottom: 8px;
  border-bottom: 8px solid #f0f0f0;
}

.main-content {
  text-align: center;
  margin-top: 50px;
  font-size: 17px;
}

.main-content h1 {
  margin-bottom: 0px;
}

.main-content p {
  margin-top: 7px;
}

.button {
  display: inline-block;
  margin-top: 6px;
  text-decoration: none;
  color: white;
  background-color: #00d86b;
  padding: 10px 70px;
  font-weight: bold;
  border-radius: 20px;
  margin-bottom: 6px;
}

.button:hover {
  background-color: #00b95d;
}

.main-content h3 {
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 3px;
}

.address {
  font-size: 13px;
  font-style: normal;
}

.countdown {
  display: inline-block;
  color: white;
  text-align: justify;
  text-align-last: justify;
}

.countdown .date {
  display: block;
  font-size: 70px;
  margin-bottom: -10px;
  margin-top: 10px;
}

.countdown .date-description {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center; 
  letter-spacing: 1.5px;
    
}
