.contact {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.contact-text {
    width: 65%;
}

.social ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.social li {
    float: left;
}

.social li a {
    display: flex;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.social li a:hover {
    background-color: #111;
}
