.bottom-total a {
    font-family: MuseoModerno;
}

h1,
button,
.info p {
    font-family: 'Press Start 2P';
}

body {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    height: 100vh;
    background: #003e00;
    background-image: url('https://onairletreiro.com.br/dino.png');
    background-size: 80px;
    background-repeat-x: no-repeat;
}

.bottom-total {
    bottom: 0;
    padding-top: 100px;
    position: fixed;
    z-index: 999999;
    width: 100%;
    padding: 20px 0;
    background: #000000d1;
}

.credits {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.credits a {
    color: #ddf7f6;
    text-decoration: none;
    font-size: 20px;
    text-shadow: 1px 1px 5px aliceblue;
}

canvas {
    width: 768px;
    display: none;
    height: 672px;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-crisp-edges;
    image-rendering: pixelated;
    image-rendering: crisp-edges;
    margin-top: 0px;
}

div#menu button {
    width: 100%;
    margin: 10px auto;
    outline: none;
    font-size: 16px;
}

.menu {
    width: 70%;
    margin: 0 auto;
}

h1 {
    color: #f9fd0a;
    align-items: flex-start;
    display: flex;
    text-decoration: none;
    font-size: 55px;
    text-shadow: 3px 7px 5px #000000;
    text-align: center;
    margin: 30px 0;
    padding: 30px 0;
    line-height: 85px;
}

#menu button {
    background: transparent;
    color: #fff3f3;
    height: 40px;
    cursor: pointer;
    border: none;
    text-shadow: 2px 3px 2px #ef07a8;
}

#menu button:hover {
    background: transparent;
}

.info p {
    font-size: 13px;
    text-align: center;
    color: white;
    line-height: 22px;
    width: 100%;
}

.info {
    max-width: 600px;
    background: #00000094;
    padding: 10px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto;
    padding-bottom: 35px;
    height: 100%;
}

div#menu {
    height: 100%;
}

.info p a {
    color: #e466ec;
}

.button-icon {
    display: flex;
    width: 80%;
    align-items: center;
    margin: 0 auto;
}

.button-icon img {
    position: absolute;
    image-rendering: pixelated;
    width: 50px;
    display: none;
}

.button-icon:hover img {
    display: block;
}

h1 img {
    width: 30px;
    position: absolute;
    margin-left: 10px;
}

div#menu button.button-icon.two {
    width: 160px;
    justify-content: center;
    font-size: 20px;
}

div#howtoplay img {
    margin-bottom: 20px;
}