.main-content {
    background: linear-gradient(to bottom, #184151, #1B2838);
    height: 100vh;
    overflow-y: auto;
    padding-top: calc(6vh + 40px);
}

.container {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.site-content {
    height: 2000px;
    width: 100%;
}