/*============================================================================*/

body {
    background-image: url('../img/menubg.jpg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #FBF3C3;
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/*============================================================================*/
    /* Buttons */

/* Image */
.button img {
    width: 60%;
}

/* Position */
.button-container {
    position: absolute;
    bottom: 10%;
    left: 58.5%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

/*============================================================================*/
