body {
    height: 95vh;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

.content {
    padding: 0px 0px 50px 0px;
    background-image: url('/assets/images/LogomarcaMestreemNegocios07.png');
    background-position: right 50px bottom;
    background-repeat: no-repeat;
    background-size: 10vw auto;
    height: calc(94vh - 35px); /* Subtrai a altura do rodapé */
}



@media (max-width: 768px) {
    .content {
        background-size: 50vw auto; /* Aumenta para 50% da largura em telas menores */
        background-position: right 50px bottom; /* Ajusta a posição para telas menores */
    }
}
