/* Ensures the footer is at the bottom, even when the page isnt long enough*/
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.main-content {
    flex: 1;
}

.MRYellow {
    background-color: #fefec8;
}

.MRBlue {
    background-color: #c8c8fe;
}
