.footer {
    height: 60px;
    bottom: 0;
    width: 100%
}

.footer div {
    display: block;
    background-color: rgb(200, 200, 200);
    color: black;
    height: 100%;
    width: 100%;
    text-align: center;
}

.footer p {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0;
    padding: 16px;
}
