footer{
    background-color: #1F3052;   
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    
}



#contactf ul{
    padding: 0;
    display: flex;
    flex-direction: column;
}

#contactf ul li{
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    color: #FCDDCB;
    list-style-type: none;
    
    text-align: center;
}

#rs{
    display: flex;
    justify-content: right;
}

#rs img{
    width: 23px;

}

