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

.cuerpoPartidos{
    margin-bottom: 200px;
}

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

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

.item {
    margin-top: 10px;
    border-radius: 24px;
    background: rgba(217, 217, 217, 0.20);
    width: 75%;
    display: flex;
}

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

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