footer {
    margin-top: 220px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 70.5em;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 8px;
}


.footer-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;    
}

.footer-menu li {
    align-items: center;
    list-style: none;
    display: inline;
    margin: 1em;
}

.footer-menu a {
    color: #0f0f0f;
    text-decoration: none
}


.go-back button {
    cursor: pointer;
    margin-top: 170px;
    font-size: 1.3em;
    border-radius: 1.3em;
    padding: 1em 2.5em;
    color: white;
    border: 2px solid  #FF8E25 ;
    font-weight: 500;
    background-color: #FF8E25;
    transition: all 0.1s ease-in-out;
}
