html {
    height: 100%
}

body {
    font-family: 'Courier New', Courier, monospace;
    background-image: url('race.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%
    min-height: 98vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.wrapper {
    width: 98vw;
    height: 98vh;
    display: flex;
    justify-content: center;
}

.bg {
    align-content: center;
    height: fit-content;
}

#button {
    background-color: transparent;
    background-image: url('umazing1.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 175px;
    height: 55px;
    border: none;
    cursor: pointer;
    margin-top: 5.5%;
}