/*Heading*/
@import url('https://fonts.googleapis.com/css?family=Monoton&display=swap');
/* Sub Heading*/
@import url('https://fonts.googleapis.com/css?family=Fredericka+the+Great&display=swap');
/* para */
@import url('https://fonts.googleapis.com/css?family=Dokdo&display=swap');
/*qoutes */
@import url('https://fonts.googleapis.com/css?family=Bahianita&display=swap');



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

  .preLoader
  {
      position: fixed;
      width: 100%;
      height: 100%;
      background: #fbb471 url(images/tennis.gif) no-repeat center;
      z-index: 99999;
  }
  .LoadingLogo
  {
      color: #000;
      font-family: 'Luckiest Guy', cursive;
      text-align: center;
      position: relative;
      top: 200px;
  }
  




.main{
    height: 280vh;
    background-image: url(net.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;   
}
.main a{
    font-size: 20px;
    background-color: #eee; 
    padding: 20px;
    border-bottom-right-radius: 500px;
}
.details{
    position: relative;
    top: 150px;
    width: 95%;
    margin: 0 auto;
    background-color: #eee;
    padding: 20px;
}
.details h1{
    font-size: 60px;
    font-family: 'Fredericka the great';
}
.details h2{
    font-size: 50px;
    font-family: 'Dokdo';
    text-decoration-line: underline;
}
.details p{
    width: 70%;
    font-size: 30px;
    font-family: 'Fredericka the great';
    font-weight: bold;
}
.details li{
    list-style: none;
    font-size: 40px;
    font-family: 'Bahianita';
    margin: 10px;
}



@media (max-aspect-ratio: 16/9){
    .details h1{
        font-size: 40px;    
    }
    .details p{
        font-size: 15px;
    }
    .details h2{
        font-size: 30px;    
    }
    .details li{
        font-size: 20px;    
    }
}