    

    #lower_footer{
    
    display:flex;
    color:white;
    background-color: #2f3337;
    justify-content: space-around;
    padding:1%;
}
#lower_footer2{
    display:flex;
    color:white;
    /* border:1px solid white; */
    margin-top:15px;
    
}
.lowerfooter2{
    color:white;
    text-decoration: none;
    /* font-size: large; */
    margin-left: 20px;
}
#upper_footer{
    display:flex;
    justify-content: space-around;
    width:100%;
    height:350px;
    background-color:#545658;
}
.block{
    display:block;
    color:white;
}
#upper_footer>div>h4>a{
    color:white;
    text-decoration: none;
}
.block>p>a{
    color:white;
    text-decoration: none;
}  
#upper_footer a,#lower_footer p,#lower_footer2 a{
    font-size: smaller;
}
