html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}
.footer-p {
    color: black;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .2rem;
}

@media (max-width: 421px) {
    .footer-p {
        display: flex;
        flex-wrap: wrap;
        line-height:25px;
        position: center;
    }
}
