body {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

#girl {
    width: 7.5%;
    position: absolute;
    left: 47.5%;
    top: 10%;
}

.icecream {
    width: 5%;
    position: absolute;
    left: 10%;
}

#pointer-movement-pad {
    font-size: 5rem;
    width: 100%;
    position: absolute;
    bottom: 0%;
    background-color: beige;
}