@import url(components/scoreboard.css);
@import url(components/navbar.css);
@import url(components/hero.css);

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Sarpanch', sans-serif;
  overflow: hidden;
}

.content{
  text-align: center;
  width: 700px;
  border: 5px solid black;
  height: 767px;
}
.content h1{
  font-size: 100px;
  color: #fff;
  font: weight 400px;
  transition: 0.5s;
}

.content h1:hover{
  -webkit-text-stroke: 2px #fff;
  color:transparent;
}

.content a {
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-size: 55px;
  border: 2px solid #fff;
  border-radius: 50px;
  margin-top: 20px;
  width: 80px;
  height:80px;
}

/* @media( min-aspect-ratio: 16/9){
  .back-video{
    width: 100%;
    height: auto;
  }
}

@media( min-aspect-ratio: 16/9){
  .back-video{
    width: auto;
    height: 100%;
  }
} */

h1 {
  margin-bottom: 50px;
}
.count-digit {
  color: #ffffff;
  background-color: #333;
  font-size: 56px;
  padding: 10px 20px;
  text-shadow: 0 1px 0 white;
  border-radius: 10%;
}
.separator {
  font-size: 56px;
}
.options {
  margin-top: 10px;
  display: flex;
  gap: 30px;
  text-align: center;
  justify-content: center;
}
