.contact {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    justify-content: center;
}

.contact p {
    text-align: center;
}

.picture-frame {
    padding: 1rem;
    display: flex;
    justify-content: center;
}

.picture-frame img {
    box-shadow: 0 0 2px 2px #7D8A9B;
    border-radius: 2px;
}