/* footer secton */
#footer {
    display: flex;
    color: #ffff;
    justify-content: space-between;
    align-items: center;
    padding: 1vw 3vw;
    width: 100%;
    margin-top: 5vh;
}


#footeranchor {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 30%;
}

#footeranchor a {
    color: #ffff;
    opacity: 0.8;
    font-size: 2vw;
    text-decoration: none;
    font-size: 2vmax;
}

#footerinitialdata {
    display: flex;
    gap: 2vw;
}

#footerinitialdata div {
    font-size: 1.2vmax;
}