footer{
    left:0;
    margin:0;
    width:100%;
    height:3rem;
    margin-top:5rem;
    background-color:rgb(47, 57, 92);
    position: absolute;
    display:flex;
    align-items:center;
    justify-content:center;
    align-content: center;
    z-index: -1;
}

.copyright-text{
    font-size:min(1.25rem,4vw);
    text-align: center; 
    color:white;
    padding:0;
    margin:0;
    
}

.easter-egg{
    bottom:0;
    color:rgb(47, 57, 92);
    margin:0;
    text-align: center;
    position: absolute;
    left:1rem;
}