body {
    width: 100%;
    height: 100vh;
    background-color: #352c25;
    font-family: Montserrat;
}
.header h1 {
    font-size: 18pt;
    text-align: center;
    color: #fff;
    margin-top: 2em;
}
.header .text-title {
    font-size: 14pt;
    font-weight: 500;
    color: #ffffff;
    text-decoration: underline;
    line-height: 20px;
}

.header p {
    line-height: 20px;
    color: #ffffff;
    font-size: 12pt;
    margin: 2em 1.5em 2em 1.5em;
    text-align: justify;
}
img {
    margin: 2em 50%;
    transform: translateX(-50%);
}