.footerView{
    height: 10%;
    width: 100%;
    background-color: #016cad;
    position: absolute;
    display: flexbox;
    flex: content;
    text-align: center;
    font-family: 'Libre Baskerville:wght@400', serif;
    color: beige;
    letter-spacing: 1px;
}

#footerText{
    margin-top: 1rem;
    text-shadow: 0.5px 0.5px 3px rgb(22, 22, 22);
}