.bodyCentered {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* height: 800px; */
    /* border: 3px solid green; */
    background-color: #eeeeee;
}

.bodyCentered80 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* height: 800px; */
    /* border: 3px solid green; */
    background-color: #111111;
}

.logo {
    /* height: 400px; */
    width: 80%;
}

.logo80 {
    /* height: 400px; */
    width: 40%;
}

.logoText {
    font-family: 'Timmana', sans-serif;
    text-transform: uppercase;
    font-size: 110pt;
    font-weight: 200;
    color: #a4e2e3;
    max-height: 80px;
    height: 80px;
    background: #333333;
    /* background: linear-gradient(120deg, #e4a0a1 0%, #e4a0a1 100%); */
    background-repeat: no-repeat;
    background-size: 110% 110%;
    background-position: 0 60%;
}