.corpo {
    background-image: url(./corpo.svg);
    background-position: center;
    background-repeat: no-repeat;
    height: 320px;
}

.corpo>div:nth-child(1) {
    text-align: right;
}

.corpo>div:nth-child(1)>div:nth-child(2) {
    margin-top: 10px;
}

.corpo>div:nth-child(1)>div:nth-child(3) {
    margin-top: 30px;
}

.corpo>div:nth-child(1)>div:nth-child(4) {
    margin-top: 63px;
}

.corpo>div:nth-child(2) {
    text-align: center;
    margin-top: 66px;
}

.corpo>div:nth-child(3)>div:nth-child(2) {
    margin-top: 10px;
}

.corpo>div:nth-child(3)>div:nth-child(3) {
    margin-top: 140px;
}



.lado-corpo {
    font-size: 1.2em;
    font-weight: bold;
    color: #929da7ff;
}