body {
    /*background-color: #cccccc;*/
    background-color: rgb(242, 242, 242);
}

.logo {
    font-family: 'Georama-regular', sans-serif;
    font-size: 1.75rem;
}

a.logo {
    color: rgb(88, 100, 116);
}

a.logo:hover,
a.logo:active {
    color: rgb(88, 100, 116);
    text-decoration: none;
}

.left-col {
    background-color: rgb(88, 100, 116);
    box-shadow: 0px 0px 30px 15px rgba(88, 100, 116, 1);
}

.logo-img {
    width: 25vw;
    aspect-ratio: 1;
}

.logo-half-right {
    position: absolute;
    top: 50%;
    left: -3.7%;
    transform: translate(-50%, -50%);
    clip-path: polygon(62.25% 0, 100% 0, 100% 100%, 62.25% 100%);
    opacity: 0.15;
}
