.content_container{
    width:50%;
    height: max-content;
    position: absolute;
    top: 15%;
    left: 45%;

    font-family: Arial;
    font-size: 90%;

}
p{
    text-align: left;
    width: 100%;
    font-size: 85%;
}
h1{
    text-align: left;
    width: 100%;
    text-decoration: underline;
    font-size: 110%;
}