body {
    background-image: url(eukalyptus.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    font-family: 'Georgia', serif;
    text-align: center;
    padding: 50px;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    display:flex;
    justify-content: center;
    align-items:center;
    height: 100%;
    margin: 0;

}

.namen {
    font-family: "Imperial Script", cursive;
    font-size: 62px;
    color: #ffffff;
    margin-bottom: 20px;
    margin-top:50px;
    
} 
h1 {
    font-size: 54px;
    color: rgb(255, 255, 255);
    margin-top:31px;
    margin-bottom:-11px;
}

h2 {
    font-size: 26px;
    margin-top: -8px;
    margin-bottom: -8px;
}
h3 {
    font-size:26px;
    margin-top:-8px;
    margin-bottom:-8px;

}
p {
    font-size: 22px;
    margin-top: 9px 0;

}

.spruch {
    font-style: italic;
    font-size: 28px;
    margin: 60px 0;
    color: #ffffff;
}

.overlay {
    background-color: rgba(61, 92, 46, 0.6);
    padding: 19px;
    border-radius: 30px;
    display: inline-block;
}
@media (max-width: 600px) {
    .overlay {
        padding: 25px;
    }

    h1 {
        font-size: 32px;
    }

    .spruch {
        font-size: 20px;
        margin: 30px 0;
    }

    h2 {
        font-size: 20px;
        margin-top: 20px;
    }

    p {
        font-size: 18px;
        margin: 12px 0;
    }
    
    h3 {
        font-size:20px;
        margin: 12px 0;
    }
}
.overlay {
    display:flex;
    flex-direction:column
    
}