.contacts {
    display: grid;
    justify-content: center;
    justify-items: center;
}
.contacts a, p {
    margin-bottom: 5px;
}