body {
    margin: 0;
    overflow: hidden;
    background-color: rgb(219, 160, 214);
}

#gameArea {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

#gameImage {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 25px;
    box-shadow: 10px;
}
