body {
    background-color: #8cefaa;
}

rodape {
    position: fixed;
    bottom:0;
    left:0;
}

::-webkit-scrollbar {
    width: 10px;
    margin-top: 120px;
}

::-webkit-scrollbar-track {
    background-color: #5AF388;
    border-radius: 40px;
}

::-webkit-scrollbar-thumb {
    background-color: #1B3012;
    border-radius: 40px;
}

@font-face {
    font-family: 'Retro';
    src: url("../fonts/Retro-Gaming.ttf");
}

@font-face {
    font-family: 'Mario';
    src: url("../fonts/Mario-Kart-DS.ttf");
}

@font-face {
    font-family: 'Minecraft';
    src: url("../fonts/Minecraft.ttf");
}

@font-face {
    font-family: 'Tattoo';
    src: url("../fonts/Tattoo.ttf");
}