body {
    background: url("background.gif");
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;

}

.game-over {
    font-size:large;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px;
    display: none;
}

  .marquee-container {
    display: none;
    width: 100%;
    justify-content: space-evenly;
}

marquee {
    width: 200px; 
    height: 100vh; 
    overflow: hidden;
    margin: 0 20px;
}

.sumiu {
    display: none;
}

.inicio {
    font-size:large;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px;
    display: block;
    margin: 100px;
}


