body {
    background-image: url(/assets/images/MainBackground-3.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    background-color: #770000;
    outline: 10px solid #770000;
    position: fixed;
    height: 100%;
    width: 100%;
    outline-offset: -10px;
}

a {
    color: #000000;
}

a:hover {
    color: #202020;
}

.content-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.gwenmixstation-image {
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 20px);
    max-width: 1100px;
}

.studiomixageaudio-image {
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
    max-width: 800px;
    width: calc(100% - 100px);
}

@media screen and (max-width: 1140px) {
    body {
        background-image: url(/assets/images/MainBackgroundMobile-1.webp);
    }

    nav {
        text-align: center;
    }
}