body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/*Image overlay*/
.fill-screen-image {
    background-size: cover;
    background-position: center;
}

.fill-screen-image-fixed {
    background-attachment: fixed;
}

