.return-button:hover{
    color: rgba(255, 255, 255, 0.5);
}
.content-box{
    margin: 0;
}
.content-box h1{
    font-family: Arial, sans-serif;
    text-align: center;
    margin-top: 1rem;
    font-size: 7rem;
    font-weight: 100;
    margin-bottom: 0;
}
.content-box span{
    font-family: Times New Roman, sans-serif;
    font-style: italic;
    font-size: 8.5rem;
}
.content-box-symbols{
    text-align: center;
    margin: 0 auto;
    transform: scale(200%);
    max-width: fit-content;

    border: 0px solid red;
    margin-top: 1rem;
    margin-bottom: 2rem; 
}
.content-box h1 img{
    width: 8.5rem;
    height: auto;
    position: relative;
    top: 1rem;
}
.about-container{
    border: 0px solid red;
    padding-left: 10rem;
    padding-right: 10rem;
    max-width: 30rem;
    margin: 0 auto;
}
.about-container p{
    text-transform: uppercase;
    font-size: var(--size-base);
}

