body {
    font-family: Forte, Helvetica, sans-serif;
    --other-color: rgb(211 138 44);
    --same-color: rgb(217 181 134);
    background-image: url(../assets/images/noa/1x/רקע\ לעמוד\ המשחקים.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0;
    background-color: rgb(255 244 217);
}



div.flex-col>div {
    background-image: url(./assets/ice-cream.png);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--same-color);

    height: 200px;
    width: 200px;
    margin: 10px;
    border-radius: 5%;
    cursor: pointer;
    font-size: 62px;
    box-shadow: 1px 1px #771b2c;
}

.flex-col {
    display: flex;
    flex-direction: row;
}

.flex {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    align-items: center;
}

h1 {
    text-align: center;
    font-size: 55px;
    text-shadow: 1px 1px #771b2c;
}

p {
    font-weight: bold;
    color: #771b2c;
}

.menu-img {
    width: 10vh;
    height: 10vh;
    border-radius: 10%;
    background-color: rgba(255, 255, 255, 0.5);
    margin-top: 0px;
    margin-left: 0px;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.nav-list-item {
    position: fixed;
    left: 30px;
    top: 30px;
}