* {
    font-size: 3vw;
}

#dinoframe {
    border: 3px solid black;
    width: 99%;
}

#gameover {
    position: relative;
    margin: auto;
    top: -22vw;
    width: fit-content;
    text-align: center;
}

.hidden {
    opacity: 0;
}