h1{
    color: red;
    font-size: 80px;
    text-align: center;
}

body{
    background-color: navy;
    color: white;
}

.bild{
    width: 500px;
    text-align: center;
}

.beschreibung{
    color: white;
}

.link{
    text-align: center;
    color: white
    ;
}

