.fundo-img {
    margin-top: 50px;
    margin-right: -150px;
    border-radius: 15px;
    /* background-color: red; */

}

h1 {
    color: red;
    /* position: absolute; */
    /* top: 400px; */
    font-family: 'Montserrat', sans-serif;
    font-size: 40pt;
    font-weight: 900;
    background-image: linear-gradient(45deg, #be4894, #f286d1);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    /* align-items: right; */
    text-align: center;
}

body {
    background-image: url("../img/AdobeStock_484734919 copiar.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
}

.box-texto{
    border-radius: 30px;
    margin-top: 70px;
    /* opacity: 0.8; */
}
.logo{
    width: 150px;
    
}