body {
    min-height: 100vh;
}

.bg-overlay {
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

main {
    position: relative;
    z-index: 1;
}
