body {
    background-image: url("../img/ball.jpg"); 
   
   background-repeat: no-repeat;
   background-position: center;
   background-attachment: scroll;
   background-size: cover;
}

main {
    margin-bottom: 160px;
}

.titulo {
    color: #d1d1d1;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.listaEquipos {
    text-align: -webkit-center;
}

.item {
    margin-top: 10px;
    border-radius: 24px;
    background: rgba(236, 233, 233, 0.2);
    width: 30%;
    display: flex;
}

.item label {
    color: #ffffff;
    font-size: 32px;
    margin-bottom: 0;
    width: 75%;
}

.item img {
    width: 50px;
    height: 50px;
}

.jornada {
    text-align: center;
}

.jornada button {
    border: solid 5px black;
    border-radius: 10px;
    background-color: antiquewhite;
}