#footer {
    width:100%;
    display:flex;
    background-color:#ffc501;
    flex-direction: row;
    justify-content: space-evenly;
    align-items:flex-start;
    gap:
}
f1 {
    font-weight: 500;
}