html {
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--header-h, 112px) + 8px);
}

body {
    margin: 0;
}

.container {
    max-width: var(--container-max, 1140px);
}

textarea {
    resize: vertical;
    min-height: 120px;
}
