@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&display=swap');
.hintergrund {
    background-color: beige;
    flex-direction: column;
}

.container {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

a {
    font-family: 'Amatic SC', cursive;
    font-size: 3rem;
    color: darkcyan;
    text-decoration: none;
    cursor: pointer;
    margin-left: 20%;
}

h1 {
    font-family: 'Amatic SC', cursive;
    font-size: 6rem;
    text-align: left;
    font: bolder;
    color: maroon;
    padding: 0;
    margin: 0;
}

h2 {
    font-family: 'Amatic SC', cursive;
    font-size: 2rem;
    text-align: left;
    color: maroon;
    padding: 0;
}

.portrait {
    width: 40%;
    display: flex;
    float: right;
    position: relative;
}