body {
    background-image: url("/assets/images/background-portrait.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    font-family: 'Lexend', Arial, Helvetica, sans-serif;
}

.textBlock {
    display: block;
}