body {
    background-image: url('../img/kachel.jpg');
    background-size: cover;
    background-position: center center; /* Zentriere das Bild */
    background-repeat: repeat-y;
    background-attachment: fixed;
    font-family: Calibri, sans-serif;
    text-align: center;
    color: #333;
    padding: 20px;
    margin: 0;
    height: 100vh;
}
p {
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    position: relative;
    z-index: 10;
    color: white;
    text-shadow:  2px  2px 2px black,
                2px -2px 2px black,
                -2px  2px 2px black,
                -2px -2px 2px black;
}
a {
    color: #3399ff;
}
#Marilyn {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    max-width: 170%;
    max-height: 90%;
}
.socialImages {
    margin: 10px;
    width: 135px;
    max-width: 30%;
}
