* {
    box-sizing: border-box;
}

body {
    background-image: url(../assets/images/noa/1x/רקע\ לעמוד\ המשחקים.png);
    background-repeat: no-repeat;
    background-size: 100vw;
    margin: 0;
    color: var(--brown);
    background-color: var(--beige);
}

h1 {
    text-align: center;
    font-size: 7em;
    font-weight: normal;
    margin: 0;
}

.game img {
    position: relative;
    width: 65%;
    height: auto;
    transition: transform 0.3s ease;
    z-index: 1;
    display: block;
}

/* .game img:hover {
    transform: scale(1.05);
    display: block;
} */

::-webkit-scrollbar {
    width: 0px;
}

h2 {
    /* font-size: 45px; */
    color: #e63a80;
}

.title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home {
    display: flex;
    align-items: center;
    height: 97vh;
    justify-content: center;
}

.twoColum, .oneColum {
    position: relative;
    left: 5%;
}

.ice-cream {
    left: 155px;
    top: 50px;
}

.colors {
    right: 155px;
    top: 50px;
}