*{
    padding: 0;
    margin: 0;

}
body{
    background:	#0280fd;
}
h1{
    font-family: sans-serif;
    font-weight: normal;
    font-size: 35px;
    letter-spacing: 4px;
    padding: 200px 0 100px;
    color: #1200b9;
    text-align:center;

}
.social-media{
    display: flex;
    justify-content: center;
}
a{
    display: flex;
    background:#573777;
    height: 75px;
    width: 75px;
    margin: 0 15px;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 6px 6px 10px -1px rgba(0,0,0,0.15),-6px -6px 10px -1px rgba(255,255,255,0.7);
    border: 1px solid rgba(212, 36, 174, 0);
    transition: 0.5s;
}
a i{
    font-size: 30px;
    color:#777;
transition: transform 0.5px;
}
a:hover{
    box-shadow: inset 4px 4px 4px -1px rgba(0,0,0,0.15),
    inset -4px -4px 6px -1px rgba(255,255,255,0.7),
    inset -0.5px -0.5px 6px rgba(0,0,0.15),
    inset -6px -12px 10px -10px rgba(0,00,0.7);
    border: 1px solid rgba(0,0,0,0.1);
    transform: translateY(6px);
}
a:hover i{
    transform: scale(0.90);
}
a:hover .fa-facebook{
    color: #3b5998;
}
a:hover .fa-whatsapp{
    color: #4fce5d;
}
a:hover .fa-twitter{
    color: #00acee;
}
a:hover .fa-instagram{
    color: #f14843;
}
a:hover .fa-youtube{
    color: #f00;
}
.content{
    ;
}