
.corpo {
    background-image: url(../imagens/pexels-harold-vasquez-853421-2653362.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.principal {
    padding: 20px;
    border-radius: 0px 0px 5px 5px;
    max-width: 50rem;
    background-color: rgb(255, 255, 255);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.274);
    margin-bottom: 20px;
}

.entreul {
    padding-top: 10px;
}

h2 {
    background: linear-gradient(to right, rgb(5, 5, 56), white);
    color: white;
    padding: 5px 0px 5px 7px;
    border-radius: 5px;
}

.fotoprincipal {
    margin: 10px;
}

.abaixo-lista {
    margin-top: 15px;
}