#footer {
    /* background-color: #3D52A0; */
background-color: #080F5B;
    width: 100%;
height: 200px;


}
.footeranchor {
    font-size: 18px;
  
}
.infooter {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 2%;
}
a {
    text-decoration: none;
    font-size: 25px;
    
    color: #FEFAE0;
}