.footer {
    position: absolute;
    bottom: 0;
    min-height: 2rem;
    background-color: black;
    color: white;
    width: 100vw;
    text-align: center;
    font-size: large;
}
.footer img {
    height: 1rem;
}
.footer p {
    margin: 0px;
    padding: 0.5rem;
}