footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 25dvh;
    text-align: center;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 1);

    img{
        max-height: 15dvh;
    }

    p{
        font-size: 1.2rem;
        margin-top: 1rem;
    }
}