.footer{
    display: flex;
    justify-content: center;
    width: 100%;
    min-height: 250px;
}
.footer-contents > p{
    font-size: 1rem;
}