

html,body{
    height: 100%;
    margin: 0;
    padding: 0;
}


#loading{
    height: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 70px;
    justify-content: center;
    align-items: center;
}


#btn-iniciar{
    width: 90%;
    height: 50px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 80px;
    font-size: 19px;
}

#map{
    height: 40px !important;
    width: 100vw;
    display: none;
    flex-direction: row;
    column-gap: 20px;
    background-color: #000;
    justify-content: space-around;
}

#map h2{
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}


#sectionPlayers{
    display: none;
    flex-direction: column;
    row-gap: 20px;
    padding: 20px;
}


#player{
    width: 100%;
    height: 40px;
}

#cartaz{
    width: 100%;
    height: calc(100vh - 200px);
    object-fit: cover;
}
