.footer{
    height: 30px;
    background-color: rgb(248, 184, 120);
    width: 100%;
    padding-top: 5px;
}
.logos{
    display: flex;
    flex-direction: row;
    width: 15%;
    justify-content: space-around;
    
}
