:root {
    --color-orange: #ee7d00;
}

html {
    font-size: 14px;
    height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.orange-text {
    color: var(--color-orange);
}

.footer {
    width: 100%;
    white-space: nowrap;
}