.contact-container {
    max-width: 800px;
    width:100%;
    display:flex;
    justify-content: center;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.contact-spiel h1 {
    text-align: center;
    font-size: 3rem;
}

.contact-spiel p {
    font-size: 1.5rem;
}
