footer {
    position: relative;
    /* bottom: 0; */
    width: auto;
    height: 20vh;
    /* margin-bottom: 0; */
    /* padding-bottom: 0; */
    margin-top: auto;
    font-size: 1.6em;
    font-family: 'Josefin Sans';
    /* font-family: "Rosaline", cursive; */
    background-color: #222;
    color: #d0ef8e;
    z-index: 0;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

#art-science {
    margin-left: 20px;
}

.contact {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.7em;
    /* z-index: 999; */
    /* margin-left: auto; */
    margin-right: 20px;
    color: var(--yellow-green-accent);
    font-weight: 350;
    width: fit-content;
    /* border: 1px solid red; */
    >p{
    width: fit-content;
    }
    
}


#warp-grid {
    position: absolute;
    display: block;
    left:0;
    top: -50px;
    width:100%;
    /* height: 100%; */
    object-fit: cover;
    scale: 1.5;
    opacity: 0.3;
}