footer{
    bottom: 0px;
    width: 100%;
    height: 100px;
    background: #e5f5ff;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-top: 1px solid #bfe7ff;
    text-align: center;
    margin-top: 50px;
}footer a{text-decoration:none;color:black;}footer a:hover{color:#48b3f5;}
.footer-content{width:620px;margin:15px auto auto auto;display:flex;align-items:center;}
footer p, .footer-content p{margin:auto;}
.footer-content .social-icon{position:inherit;margin-left:12px;}
.footer-content .icons{display:flex;}.footer-content .social-icon svg {color: white;} 
@media (max-width:768px) {.footer-content{width:85%;}}
@media (max-width:580px) {footer{height:140px;}
    .footer-content{width:100%;flex-direction:column;}
    .footer-content .icons{margin-top:12px;}
}