body {
    background-color: beige;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}


#main-content{
    flex: 1;
}


