html{
    font-size: 16px;
}
body{
    margin: 0;
    padding: 0;
    background-color: white;
    font-family: "Montserrat", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1rem;
}
#container{
    width: 70%;
    margin: 100px 0 50px 0;
}
#title{
    margin-bottom: 50px;
    font-size: 2.5rem;
    color:#008486 ;
}
#text{
    font-size: 1.5rem;
    font-weight: 500;
}
@media screen and (max-width: 1310px) {
    
    html {
        font-size: 13px;
    }
    
}
@media screen and (max-width: 1120px) {
    
    html {
        font-size: 10px;
    }
    
}
@media screen and (max-width: 810px) {
    
    html {
        font-size: 10px;
    }

    #bottom-head{
        flex-direction: column;
    }
}