﻿.contact {
    z-index: 8;
}

.socialNetworksSection__Links {
    display: flex;
    justify-content: center;
}

.socialNetworkLink:hover {
    transform: translateY(-5px);
}
