footer {
    background-color: #1e1e2f;
    color: #fff;
    text-align: center;
    margin-top : 50px;
}

.footer-container{
    padding : 0px 20px 20px 20px;
}

.footer-container p {
    font-weight: 600;
}

.footer-social-network a{
    display: inline-block;
}

.footer-social-network svg{
    width:30px;
    fill : white;
    margin : 0px 0px 10px 0px;
}

footer a {
    color: #fff;
    text-decoration: underline;
    margin-left: 15px;
}

footer a:hover, footer a:hover svg {
    color: #f0a500;
    fill : #f0a500;
}