footer{
    position: relative;
}
.footer-container{
    width: 100%;
    height: 4.5rem;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 2px 0px rgba(20, 20, 20, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
}
.footer-text{
    display: flex;
    align-items: center;
}
.footer-text a{
    display: flex;
    padding: 0 0.5rem 0 0.5rem;
}
.footer-text p{
    font-size: 1em;
}
.footer-text svg{
    width: 1.5em;
    height: 1.5em;
}
