body {
    background: #1C3590;
}

.pageBackground {
    margin-top: 20px;
}

.contentContainer {
    background: #8D94BA;
    border: 1px solid #A0CFD3;
    border-radius: 1rem;
}

@media (max-width: 768px) {
    .entryContainer {
        flex-direction: column-reverse;
    }
}


.cardImageContainer {
    width: 100%;
    padding-top: 73%;
    position: relative;
    overflow: hidden;
    background: black;
}

.cardImage {
    position: absolute;
    top: 0;
    left: 0;
}

a {
    text-decoration: none;
}

.pageHeader {
    background: #8D94BA;
}