.background {
    background-image: url(infobackground.png);
    background-position: middle;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #231f20;
    height: 255vh;
    width: 100%;
    z-index: 1000;
  }
  @media only screen and (max-width: 1200px) {
    .background {    
        background-image: url(infobackground.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
    z-index: 1;  
    } 
}


.title{
    font-family: monospace;
    color: white;
    font-size: 40px;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.6);
    background: #231f20;
    border-radius: 20px;
}
@media only screen and (max-width: 1200px) {
.title {    
    font-family: monospace;
    color: white;
    font-size: 60px;
    position: absolute;
    top: 10px;
    left: 20%;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.6);
    background: #231f20;
    border-radius: 20px;
} 
}


.btn {
    cursor: pointer;

        font-family: monospace;
        position: fixed;
        top: 15px;
        right: 20px;
        background-color: #231f20;
        height: 20px;
        width: 55px;
        color: #ffffff;
        font-size: 20px;
        box-shadow: 0 0px 20px rgba(0, 0, 0, 0.6);
        border-top-left-radius:25px;  
        border-top-right-radius:25px;  
        border-bottom-right-radius:25px;  
        border-bottom-left-radius:25px;
  }
  .btn:hover{
    opacity: 0.5;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;

  }
  @media only screen and (max-width: 1200px) {
    .btn {    
        cursor: pointer;
        font-family: monospace;
        position: fixed;
        top: 15px;
        left: 40%;
        background-color: #231f20;
        height: 35px;
        width: 70px;
        color: #ffffff;
        font-size: 28px;
        box-shadow: 0 0px 20px rgba(0, 0, 0, 0.6);
        border-top-left-radius:25px;  
        border-top-right-radius:25px;  
        border-bottom-right-radius:25px;  
        border-bottom-left-radius:25px;
    
    
  
    
    } 
}




.btn2 {
    cursor: pointer;

        font-family: monospace;
        opacity: 1;
        position: fixed;
        top: 15px;
        right: 85px;
        background-color: #231f20;
        height: 20px;
        width: 80px;
        color: #ffffff;
        font-size: 20px;
        box-shadow: 0 0px 20px rgba(0, 0, 0, 0.6);
        border-top-left-radius:25px;  
        border-top-right-radius:25px;  
        border-bottom-right-radius:25px;  
        border-bottom-left-radius:25px; 
  }
  .btn2:hover{
 opacity: 0.5;
 -webkit-transition: opacity 0.5s;
 transition: opacity 0.5s;

}
  @media only screen and (max-width: 1200px) {
 .btn2 {    
     cursor: pointer;
     font-family: monospace;
     position: fixed;
     top: 15px;
     left: 50%;
     background-color: #231f20;
     height: 30px;
     width: fit-content;
     color: #ffffff;
     font-size: 25px;
     box-shadow: 0 0px 20px rgba(0, 0, 0, 0.6);
     border-top-left-radius:25px;  
     border-top-right-radius:25px;  
     border-bottom-right-radius:25px;  
     border-bottom-left-radius:25px;
 
 

 
 } 
}
.btn3 {
    cursor: pointer;

        font-family: monospace;
        opacity: 1;
        position: fixed;
        top: 15px;
        right: 225px;
        background-color: #231f20;
        height: 20px;
        width: fit-content;
        color: #ffffff;
        font-size: 20px;
        box-shadow: 0 0px 20px rgba(0, 0, 0, 0.6);
        border-top-left-radius:25px;  
        border-top-right-radius:25px;  
        border-bottom-right-radius:25px;  
        border-bottom-left-radius:25px; 
  }
  .btn3:hover{
opacity: 0.5;
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;

}
  @media only screen and (max-width: 1200px) {
.btn3 {    
  cursor: pointer;
  font-family: monospace;
  position: fixed;
  top: 15px;
  left: 65%;
  background-color: #231f20;
  height: 30px;
  width: fit-content;
  color: #ffffff;
  font-size: 25px;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.6);
  border-top-left-radius:25px;  
  border-top-right-radius:25px;  
  border-bottom-right-radius:25px;  
  border-bottom-left-radius:25px;




} 
}


.btn4 {
    cursor: pointer;

        font-family: monospace;
        position: fixed;
        top: 15px;
        right: 350px;
        background-color: #231f20;
        height: 20px;
        width: 55px;
        color: #ffffff;
        font-size: 20px;
        box-shadow: 0 0px 20px rgba(0, 0, 0, 0.6);
        border-top-left-radius:25px;  
        border-top-right-radius:25px;  
        border-bottom-right-radius:25px;  
        border-bottom-left-radius:25px;
  }
  .btn4:hover{
    opacity: 0.5;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;

  }
  @media only screen and (max-width: 1200px) {
    .btn4 {    
        cursor: pointer;
        font-family: monospace;
        position: fixed;
        top: 15px;
        background-color: #231f20;
        height: 30px;
        left: 80%;
        width: fit-content;
        color: #ffffff;
        font-size: 25px;
        box-shadow: 0 0px 20px rgba(0, 0, 0, 0.6);
        border-top-left-radius:25px;  
        border-top-right-radius:25px;  
        border-bottom-right-radius:25px;  
        border-bottom-left-radius:25px;
    
    
  
    
    } 
}
.info_text{
    font-family: monospace;
    color: white;
    font-size: 30px;
    position: absolute;
    top: 250px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.6);
    background: #231f20;
    border-radius: 20px;
}
@media only screen and (max-width: 1200px) {
.info_text {    
    font-family: monospace;
    color: white;
    font-size: 30px;
    position: absolute;
    top: 400px;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.6);
    background: #231f20;
    border-radius: 20px;
} 
}





.info_text2{
    font-family: monospace;
    font-size: 25px;
    color: rgb(255, 255, 255);
    position: absolute;
    top: 400px;
    right: 2px;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.6);
    background: #231f20;
    border-radius: 20px;
}
@media only screen and (max-width: 1200px) {
.info_text2 {    
    font-family: monospace;
    font-size: 25px;
    color: gray;
    position: absolute;
    top: 500px;
    right: 2px;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.6);
    background: #231f20;
    border-radius: 20px;
} 
}

.infoText3{
    font-family: monospace;
    font-size: 25px;
    color: rgb(255, 255, 255);
    position: absolute;
    top: 1200px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.6);
    background: #231f20;
    border-radius: 20px;
    width: fit-content;
}

@media only screen and (max-width: 1200px) {
    .infoText3 {    
        font-family: monospace;
        font-size: 25px;
        color: rgb(255, 255, 255);
        position: absolute;
        top: 1500px;
        left: 50%;
        text-align: center;
        transform: translateX(-50%);
        box-shadow: 0 0px 20px rgba(0, 0, 0, 0.6);
        background: #231f20;
        border-radius: 20px;
        width: fit-content;
    } 
    }

body, html {
    margin: 0;
    padding: 0;
}
