* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face{
  src: url(fonts/digital-7.ttf);
  font-family: digital;
}
body {
  font-family: montserrat, sans-serif;
}

header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
  background-color: black;
  background-size: cover;
  background-position: center;
  position: relative;
}
header:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: rgba(34, 34, 34, 0.5);
}
header .content {
  position: relative;
  top: calc(50% - 1em);
  z-index: 1;
}

header .content b1 {
  color: #FF0000;
  font-size: 30px;
  font-weight: 400;
  margin: 30px 0px;
  margin-bottom: 30px;
  margin-top: 30px;
  font-family: digital;
  
}
@media screen and (min-width: 480px) {
  header .content b1 {
    font-size: 28px;
    
  }
}
@media screen and (min-width: 768px) {
  header .content b1 {
    font-size: 36px;
    
  }
}
@media screen and (min-width: 1024px) {
  header .content b1 {
    font-size: 48px;
    
  }
}
@media screen and (min-width: 1280px) {
  header .content b1 {
    font-size: 64px;
    
  }
}
header .content .countdown {
  color: #FF0000;
  font-size: 54px;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 30px;
  font-family: digital;
}
@media screen and (min-width: 480px) {
  header .content .countdown {
    font-size: 112px;
  }
}
@media screen and (min-width: 768px) {
  header .content .countdown {
    font-size: 144px;
  }
}
@media screen and (min-width: 1024px) {
  header .content .countdown {
    font-size: 192px;
  }
}
@media screen and (min-width: 1024px) and (min-height: 1600px) {
  header .content .countdown {
    font-size: 240px;
  }
}
@media screen and (min-width: 1280px) {
  header .content .countdown {
    font-size: 256px;
  }
}

/*# sourceMappingURL=main.css.map */
