/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

.website-body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.website-body .site-content {
    flex: 1 0 auto;
}

.website-body footer {
    margin-top: auto;
}