uix-about {
    & {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 2em;
        min-height: 100vh;
        max-width: 100vw;
    }
    
    .aboutheader {
        display: flex;
        flex-direction: column;
        padding: 0px;
        margin: 0px;
    }
    
    .aboutheader h1 {
        font-size: 2em;
        margin: 0.2em 0px 0.1em 0px;
        text-align: center;
        color: white;
        opacity: 0.7;
        text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.7);
    }
    .aboutheader h3 {
        font-size: 0.8em;
        margin: 0px;
        text-align: right;
        color: white;
        opacity: 0.5;
    }
    
    .aboutcontainer {
        height: 100%;
        margin-top: 10%;
    }
    
    .aboutcontainer h2 {
        font-size: 1.5em;
        margin-bottom: 0px;
        margin-top: 0px;
        color: white;
        opacity: 0.8;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 2%;
    }
    .aboutcontainer p {
        font-size: 1.2em;
        line-height: 1.5em;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        color: white;
        opacity: 0.8;
        text-align: justify;
        padding-left: 5%;
        padding-right: 5%;
        word-break: normal;
        overflow-wrap: break-word;
        hyphens: auto;
    }
    
    .aboutcontainer img {
        max-width: 60%;
        object-fit: contain;
        float: right;
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 5%;
        max-height: 70%;
        rotate: 5deg;
        box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
        padding: 0;
        overflow: hidden;
    }
    
}

