body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f9f9f9;
}

.text-content {
    max-width: 800px;
    text-align: center;
    margin: 20px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.text-content p {
    font-family: 'Courier New', Courier, monospace;
    color: #333;
    font-size: 18px;
    line-height: 1.6;
}

.text-content a {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

.text-content a:hover {
    text-decoration: underline;
}

.container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 10px;
    max-width: 800px;
    margin: 20px auto;
    padding: 0 20px;
    justify-content: center;
}

.post {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.post img {
    width: 100%;
    height: auto;
    display: block;
}

footer {
    margin-top: 20px;
    padding: 10px;
    background-color: #fff;
    border-top: 1px solid #ddd;
    width: 100%;
    text-align: center;
}

footer p {
    font-size: 14px;
    color: #666;
}

footer a {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

footer a:hover {
    text-decoration: underline;
}
.footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.footer-logo img {
    height: 40px;
    margin-right: 10px;
}

footer p, .footer-logo p {
    font-size: 14px;
    color: #666;
}

footer a, .footer-logo a {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

footer a:hover, .footer-logo a:hover {
    text-decoration: underline;
}

footer orange {
    color: #E74C3C; /* Beispiel für die Farbe des Logos, passe diesen Hex-Wert an die tatsächliche Farbe des Logos an */
}
center {
    font-size: 2em;
}
