section.dia-namorados{
    height: 1000vh;
    background-color: #fdecf0;
    position: relative;
}
.content__namorados::before{
    content: '';
    position: absolute;
    background-image: url('../img/dia-namorados/nuvem.svg');
    background-size: cover;
    top: 0;
    left: 0;
    width: 400px;
    height: 200px;
    background-color: #fdecf0;
    z-index: 100;
}