#pic {
    margin-top: 50px;
    margin-bottom: 30px;
    height: 255px;
    width: 170px;
    align-self: center;
    background-image: url("../media/photos/profil.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border-radius: 15px;
}

p {
    margin: 0 10px 20px 10px;
}

.contact {
    font-size: 16px;
}

#pond > img {
    max-width: 500px;
}

@media all and (max-width: 550px) {
    #pond > img {
        max-width: 245px;
    }
}
