.titulo{
    position: absolute;
    top: 28.5%;
    left: 0;
    width: 100%;
    color: white;
    text-align: center;
    font-family: var(--font-bold);
    font-size: 24vw;
    line-height: 21vw;
}
.logo{
    position: absolute;
    top: 56.5%;
    left: 30.5%;
}
.btn{
    bottom: 25%;
}