 html {
    /* background-color:#0080ff; */
    background: rgb(2,0,36);
    background: linear-gradient(90deg, #0080ff 0%, #05509b 100%);
    overflow-y:scroll;
    overflow-x: hidden;
    
  
}
@media screen and (max-width: 820px) {
 html{
    overflow-y: scroll;
 }
 
     

}



 *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
 }

.contact {
    height: 100%;
    width: 90%;
    font-weight: 300;
    line-height: 4vw;
    font-size:3vw;
    margin-left: 1vw;
    margin-right: 10vw;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    font-size:20px;
    line-height: 1.6;
    color: #ffff;
    text-align: center;
    margin-top: 8vw;
    margin-bottom: 8vw;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

 .container .contactInfo .box .text {
    display: flex;
    
    font-size: 17px;
    color:#ffff;
    flex-direction: column;
    font-weight: 300;
    
} 

.content {
    
    font-weight: 300;
    
    margin-right: 10vw;
    margin-left: 10vw;
}

