.contact {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-bottom: 5rem;
}

.contact p {
    font-size: 1.2rem;
    font-weight: bold;
}