@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Mansalva&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Press+Start+2P&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Sora:wght@100..800&display=swap");

body
{
   margin: 0;
   margin-top: 15px;
   background-color: rgb(0, 0, 0);
   width: 100%;
   font-family: "Raleway";
   font-weight: 300;
   font-size: 1.6em;
   color: antiquewhite;
   text-align: center;  
}

   section{
      margin: 0;
      background-color: rgb(9, 46, 63);
      color: antiquewhite;
      font-size: 15pt;
      text-decoration: none;
      max-height: 85vh;
      display: flex;
      justify-content: center;
      
   }
   main{
      margin: 0;
      background-color: rgb(9, 46, 63);
      color: antiquewhite;
      font-size: 15pt;
      width: 100%;
      min-height: 85vh;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
   }
   header{

      background-color: rgb(13, 67, 92);
      color: antiquewhite;
      font-size: 30pt;
      display: flex;
      flex-direction: row;
      justify-content: center;
      
   }

.jungs_img {
   
   margin: 15px;
   width: 10em;
   height:10em;
   
 }
 .text2 {
   text-decoration: none;
   color: antiquewhite;
   text-align: center;
   font-size: 18pt;
   margin-bottom: 15px;
   
}    
 .text3 {
   text-decoration: none;
   text-align: center;
   font-size: 18pt;
   margin-bottom: 15px;
   
}    
h3{
   font-size: 30pt;
   margin: 0;
}

@media screen and (max-width: 450px) {
   .jungs_img {
   
      margin: 11px;
      width: 7em;
      height: 7em;
     
}
.text3 {
   
   font-size: 16pt;
   
}    
h3{
   font-size: 25pt;
}
}

