.contact-information {
    display: flex;
    justify-content: start;
    gap: 15px;
    color: #fff;
}

.contact-information a {
    color: #fff;
}

.contact-information a:hover {
    opacity: 0.7;
}