.footer{
    background-color: antiquewhite;
    width: 100%;
    max-height: fit-content;
    padding: 2rem;
    width: 100%;
    margin: 1%;
    text-align: center;
    font-family: "IM Fell DW Pica", serif;
    font-weight: 600;
    font-style: normal;
    font-size:medium;
    color: black;
}

.logos{
    flex-direction: row;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.ig{
    text-decoration: none;
    color:black;
}

.spotify{
    text-decoration: none;
    color:black;
}