#social-media{

    /* background-color: rgba(141, 155, 160, 0.301); */
    padding: 100px 0px;
}

#social-media p {
    font-size: 2rem;
    font-weight: 600;
    /* margin-bottom: 30px; */
}

.social-icons img 
{
    width: 60px;
    transition: .5s;
}

.social-icons a:hover img 
{
    transform: translateY(-10px);
}