@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&family=Montserrat+Alternates: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=Montserrat:ital,wght@0,100..900;1,100..900&family=Smooch+Sans:wght@100..900&display=swap');
body{
    background-color: black;
    color: white;
    text-align: center;
    font-family: "Montserrat Alternates";
    width: 100%;
    overflow-x: hidden; 
    background-color: #1f1f1f
}
.container{
    padding-top: 7px;
    width: 50%;
    margin: auto;
}
.line{
    border: 2px solid #0f6ab1;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 70%;
}
.menu{
    background-color: #0f6ab1;
    position: fixed;
    width: 100%;
    padding: 37px 0px;
    height: 57px;
    top: 0;
    left: 0;
}
.menu-item{
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 10px;
    display: inline-block;
    transition: background-color 0.3s;
}
.menu-item:hover{
    background-color: #1f1f1f;
    border-radius: 5px;
}
.menu-logo{
   height: 85%;
   margin-top: 10px;
   position: absolute;
   top: 0;
   left: 0;
   margin-left: 10px;
}
.menu-container{
    display: flex;
    gap: 30px;
    justify-content: center;
    vertical-align: middle;
}

.menu-text{
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    vertical-align: middle;
    color: white;
    text-decoration: none;
}
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    padding: 0;
    background-color: #f9f9f9;
    color: white;
    background-color: #1f1f1f;
    margin-top: 150px;
  }
  
  h1 {
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-shadow: 4px 4px 10px rgba(255, 255, 255, 0.5); 
  }
  
  h2 {
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 10px;
  }
  
  p {
    margin-bottom: 16px;
    text-align: left;
  }
  
  .bold {
    font-weight: bold;
  }
  
.back-button {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #0f6ab1;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1.0rem;
}

.back-button:hover {
    background-color: #005bb5;
}
.image{
    width: 500px;
    border-radius: 10px;
}
















@media(max-width:1350px){
    .menu-item{
        font-size: 1.0rem; 
        margin-top: 15px;
    } 
   
}
@media(max-width:1220px){
    .menu-item{
        font-size: 0.8rem; 
    } 
    .menu-logo{
        height: 60%;
        margin-top: 30px;
    }
   
}
@media(max-width:1150px){
    .menu-item{
        margin-top: 0px;
    } 
    .menu-logo{
        margin-top: 25px;
    }
}

@media(max-width:1020px){
    .menu-item{
        font-size: 0.7rem;
    } 
    .menu-logo{
       height: 50%;
       margin-top: 30px;
    }
}
@media(max-width:950px){
    .menu-item{
        font-size: 0.7rem;
        margin-left: 0.3px;
        margin-right: 0.3px
    } 
    .menu-logo{
       height: 40%;
       margin-top: 35px;
    }
}

@media(max-width:930px){
    .menu-container{
       gap: 0;
    }
}
@media(max-width:700px){
    .menu-item{
        font-size: 0.6rem;
    }
}

@media(max-width:640px){
    .menu-item{
        font-size: 0.6rem;
        margin-top: -50px;
        gap: 0;
    }
    .menu{
        height: 225px;
        display: flex;
        align-items: center;          
        justify-content: space-between;  
        padding: 0 20px;
        box-sizing: border-box;
    }
    .menu-container{
       display: block;
       padding-left: 270px;
       padding-right: 270px;
    }
    .menu-logo{
        height: 30%;
    }
    .menu-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-top: 10px;
    }
    .container{
        padding-top: 100px;
    }
}


@media(max-width:430px){
    .menu-item{
        font-size: 0.6rem;
        margin-top: -50px;
    }
    .menu{
        height: 225px;
    }
    .menu-container{
       display: block;
       padding-left: 150px;
       padding-right: 250px;
    }
    .menu-logo{
        height: 30%;
    }
}












@media(max-width:1000px){
    p{
        font-size: 25px;
    }
    h1{
        font-size: 1.7rem;
    }
    h1{
        font-size: 25px;
    }
    .back-button{
        font-size: 1.0rem;
    }
}

@media(max-width:900px){
    p{
        font-size: 23px;
    }
    h1{
        font-size: 1.5rem;
    }
    h2{
        font-size: 23px;
    }
    .back-button{
        font-size: 1.0rem;
    }
}

@media(max-width:800px){
    p{
        font-size: 21px;
    }
    h1{
        font-size: 1.3rem;
    }
    h2{
        font-size: 21px;
    }
    .back-button{
        font-size: 1.0rem;
    }
}

@media(max-width:700px){
    p{
        font-size: 19px;
    }
    h1{
        font-size: 1.2rem;
    }
    h2{
        font-size: 19px;
    }
    .back-button{
        font-size: 1.0rem;
    }
}

@media(max-width:600px){
    p{
        font-size: 17px;
    }
    h1{
        font-size: 26px;
    }
    h2{
        font-size: 17px;
    }
    .back-button{
        font-size: 0.9rem;
    }
}

@media(max-width:500px){
    p{
        font-size: 15px;
    }
    h1{
        font-size: 23px;
    }
    h2{
        font-size: 15px;
    }
    .back-button{
        font-size: 0.8rem;
    }
}

@media(max-width:400px){
    p{
        font-size: 13px;
    }
    h1{
        font-size: 22px;
    }
    h2{
        font-size: 13px;
    }
    .back-button{
        font-size: 0.7rem;
    }
}

@media(max-width:320px){
    p{
        font-size: 11px;
    }
    h1{
        font-size:20px;
    }
    h2{
        font-size: 11px;
    }
    .back-button{
        font-size: 0.7rem;
    }
}








@media(max-width:1460px){
    .image{
        width: 450px;
    }
}
@media(max-width:1300px){
    .image{
        width: 400px;
    }
}
@media(max-width:1150px){
    .image{
        width: 350px;
    }
}
@media(max-width:1030px){
    .image{
        width: 350px;
    }
}
@media(max-width:870px){
    .image{
        width: 350px;
    }
}
@media(max-width:710px){
    .image{
        width: 300px;
    }
}



@media(max-width:590px){
    .image{
        width: 300px;
    }
}

@media(max-width:450px){
    .image{
        width: 250px;
    }
}

@media(max-width:370px){
    .image{
        width: 200px;
    }
}



@media (max-width: 1400px) {
    h1 {
      font-size: 2.4rem;
    }
  }
  
  @media (max-width: 1300px) {
    h1 {
      font-size: 2.3rem;
    }
  }
  
  @media (max-width: 1200px) {
    h1 {
      font-size: 2.2rem;
    }
  }
  
  @media (max-width: 1100px) {
    h1 {
      font-size: 2.1rem;
    }
  }
  
  @media (max-width: 1000px) {
    h1 {
      font-size: 2rem;
    }
  }
  
  @media (max-width: 900px) {
    h1 {
      font-size: 1.9rem;
    }
  }
  
  @media (max-width: 800px) {
    h1 {
      font-size: 1.8rem;
    }
  }
  
  @media (max-width: 700px) {
    h1 {
      font-size: 1.7rem;
    }
  }
  
  @media (max-width: 600px) {
    h1 {
      font-size: 1.4rem;
    }
  }
  
  @media (max-width: 500px) {
    h1 {
      font-size: 1.2rem;
    }
  }
  
  @media (max-width: 400px) {
    h1 {
      font-size: 1.0rem;
    }
  }
  
  @media (max-width: 320px) {
    h1 {
      font-size: 1.0rem;
    }
  }