.contact{
    display: flex;
    width: 100%;
    height: 50%;
    align-items: center;

    /* background-color: lime; */
}
.contact *{
    margin-top: 0;
    margin-bottom: 0;
}


.contact-links{
    /* background-color: red; */
    padding-left: 30px;
}

.contact-links a::selection {
  color: #000000;
  background: #8f8f8f;
}

.contact a{
    font-size: 41.8px;
}
.contact p{
    font-size: 40px;
}

.dim{
    color: #555555;
}