.custom-body {
    background-color: #FEBA00;
    color: #5725A9;
}
hr {
    border-top: 2px solid #5725A9;
    color: #5725A9;
}
.imagen {
    margin-top: -4%;
}
.descripcion{
    text-align:center;
    font-size:2.1vw;
}
.titulo-trabajo{
    font-size:4vw;
    text-align:center;
}
.botonSubmit {
    border-radius: 50px;
    background-color: black;
    color: white;
    width: 150%;
    height: 36px;
    font-size: 15px;
}
.botonAñadir {
    color:#5725A9;
}
.botonAñadir:hover {
    color: #4A0AB3;
}