.espdescription{
    text-align: center;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.espdescription img{
    width: 310px;
    height: 450px;
}

.espdescription label{
    font-size: 50px;
    color: #331749;
    font-family: GRUNO TRIAL;
}

#espregister{
    text-decoration: none;
}

#espregister button{
    padding: 10px;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 35px;
    font-family: GRUNO TRIAL;
    background-color: #FF4B97;
    color: #fff;
    border: none;
    border-radius: 60px;
    cursor: pointer;
}

.espinfo{
    font-family: ROSTACK;
    color: #331749;
    font-size: 35px;
    text-align: center;
    margin-top: 55px;
    line-height: 1;
    margin-left: 10%;
    margin-right: 10%;
}

.espinfo2{
    text-align: start;
    margin-left: 10%;
    margin-right: 5%;
    margin-top: 100px;
    font-family: ROSTACK;
    color: #331749;
}

.espinfo2 h1{
    font-weight: normal;
    font-size: 50px;
}

.espinfo2 p{
    font-size: 35px;
    line-height: 1;
}

.espinfo2 label{
    font-family: ROSTACK;
    line-height: 1;
}

.esprules h1{
    font-size: 40px;
}

.esprules ol{
    padding-left: 2%;
}

.esprules ol li{
    font-size: 35px;
    line-height: 1;
}

.espcontact{
    margin-top: 80px;
    font-family: ROSTACK;
    color: #FF4B97;
    font-size: 30px;
    line-height: 1;
}

@media screen and (hover:none) {
    .espdescription img{
        max-width: 200px;
        height: 250px;
    }

    .espdescription label{
        font-size: 45px;
    }
}