body {
  font-family: "Open Sans", sans-serif;
  color: #444;
}

h1, h2 {
    color: #fff;
}

#header {
  height: 80px;
  padding: 20px 0;
  position: relative;
  z-index: 10;
}

#info {
  width: 100%;
  height: 100vh;
  background: url("../img/city-lights.jpg") top center;
  background-size: cover;
  position: relative;
  margin-top: -80px;
  z-index: 9;
  /* countdown */
}

#info .info-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

.powered-by-netbuild {
  float:right;
  position: absolute; 
  bottom: 0; 
  right: 0;
  margin-bottom: 20px;
  margin-right: 20px;
}

#info h1 {
  margin-bottom: 10px;
  font-size: 72px;
}

#info h2 {
  margin-bottom: 30px;
  font-size: 24px;
}


