 #footer{
    background-color: #dadada;
    height: 120px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    position: fixed;
    bottom: 0;
    text-align: center;
    padding-top: 1vw;
    
}
#copyright p{
    font-size: 14px;
}
#media-link i{
    font-size: 20px;
    margin-left: 20px;
}
#privacy-terms a{
    text-decoration:none ;
    color: blue;
    font-size: 15px;
}
@media(max-width:700px){
    #copyright p{
        font-size: 10px;
    }
    #privacy-terms a{
        font-size: 11px;

    }
  } 
