a {
    text-decoration: none;
}

.footer h2 {
    text-align: center;
    padding: 20px 0px 0px 0px;
    font-family: 'Dancing Script';
}

.footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.bild img {
    border-radius: 50%;
    padding: 20px;
}

