footer{
    position: relative;
    top:10px;
    min-height: 50px;
    background-color: #04000B;
    width:100%;
    padding:20px 0px;
    margin:0px;
    display: flex;
    justify-content:space-around;
    align-items: flex-start;
    flex-wrap:wrap;
    gap:10px;
    
}

.usefull-links a{
    color:#dadada;
    text-decoration: none;
    margin:2px 10px;
    font-size:14px;
    white-space: nowrap
}
.usefull-links a:hover{
    text-decoration: underline;
}

footer i{
    color:#474747;
}











@media only screen and (max-width: 700px) {

footer{
    top:10px;
    min-height: 50px;
    background-color: #121212;
    width:94%;
    padding:20px 3%;
    margin:0px;
    display: flex;
    justify-content:flex-start;
    align-items: flex-start;
}
    



}