/* ====== */
/* FOOTER */
/* ====== */
#footer {
    position: absolute;
    right: 20px;
    bottom: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 0.6rem;
    color: #fff;
    text-shadow: 2px 2px 10px black;
}
#footer div:nth-child(1){
    text-align: center;
}

#footer div:nth-child(2){
    text-align: right;
}