body {
    min-height: 100vh;
}

.bg {
    background-image: url("/img/wallpaper.jpg");
    background-position: top-right;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100vh;
    }

.overlay {
    z-index: 1;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    height: 16em;
}
.buttonscontainer {
    background-color: rgba(220, 220, 220, 0.8);
}
.buttons {
    height: 80%;
}

.button {
    padding: 14px;
    color: #5e5e5e;
    width: 50%;
}
