#background-image{
    height: 100vh;
}


.content{
    color: white;
    text-shadow: 2px 2px 3px #000000;
    font-size: 15pt;
    backdrop-filter: blur(9px);
    height: 100vh;
    overflow-y: auto;
}
  
.content-about{
    width: 50%;
}
@media screen and (max-width: 600px) {

    .content-about{
        width: 80%;
    }
    .content{   
        color: white;
        text-shadow: 2px 2px 3px #000000;
        font-size: 10pt;
    }

}