*,
*::before,
*::after { 
    margin: 0; 
    padding: 0; 
    box-sizing: border-box;
}

body {
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #cccd32;
    background-position: center;
    color: #1e1e1e;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    font-family: Helvetica, sans-serif;
    overflow: hidden;
    text-align: center;
    margin: 0;
    transition: all 0.5s ease-in-out;
}

main {
    width: auto;
    height: 100%;
    padding: 10%;
}

.click-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#arcade-button {
    background-color: transparent;
    background-image: url(../mediafiles/tente_a_sorte_dreammedia.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    width: 350px;
    margin-top: 150px;
}

.browser-wheel-title {
    font-size: 20px;
    font-family: Helvetica, sans-serif;
}

.gif-donut {
    position: absolute;
    object-fit: contain;
    height: 8vh;
    width: 50%;
}

#winner-message {
    color: white;
    font-size: 1.5rem;
    font-family: Helvetica, sans-serif;
    width: 250px;
    height: auto;
}