main {
    min-height: 50vh;
}

@media (max-width: 1023px) {
    .sticky-header {
        background-color: #fff;
        position: sticky;
        top: 0;
        z-index: 999;
    }
}

.blueLink {
    color: blue;
    text-decoration: underline;
}
