html {
    background-image: url(../img/aquarell_hg_hellblau.jpg);
}

body {
    font-family: Stencil;
    font-style: normal;
    font-weight: normal;
    font-size: 4.5rem;
    line-height: 1.1em;
    text-align: right;
    color: rgba(9, 53, 2, 0.35);
    margin: 0 auto;
}


.flex-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 1em 1em 1em 0.1em;
}

.flex-item {
   width: 60%;
   text-align: right;
}