.h3-validator {
    display: none;
}

footer {
    box-sizing: inherit;
    height: 50vh;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: whitesmoke;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.footer {
    display: flex;
    flex-direction: column;
}

.footer p {
    font-style: inherit;
}

@media only screen and (max-width: 767px) {
    footer {
        height: auto;
        position: relative;
        padding: 1em;
    }

    footer h3 {
        font-size: 14px;
    }

    footer p {
        font-size: 12px;
    }
}
