body {
    width: 100%;
    height: 3400px;
    background-color: #352c25;
    font-family: Montserrat;
}
.header h1 {
    position: absolute;
    left: 50%;
    top: 25%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 24pt;
    color: white;
    font-weight: bold;
    
}
.header {
    margin-top: 10em;
}
.header .titulo {
    position: relative;
    margin-left: 3em;
    color: #ffffff;
    font-size: 20pt;
    font-weight: 500;
}
.header .texto {
    position: relative;
    margin: 3em 2em 2em 3em;
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 1.5em;
    text-shadow: 1px 1px black;
}

@media(max-width: 900px) {
    body {
        height: 5000px;
    }

    .header h1 {
        font-size: 20pt;
    }
    .header .titulo {
        margin-left: 1em;
    }

}