@charset "UTF-8";

html {
    scroll-padding-top: 10vh;
}

body {
    font-size: var(--font-h3);
}

.form-head {
    background-image: none;
    height: 100px;
}

section {
    width: 100%;
    margin-bottom: 100vh;
}

h2 {
    font-size: var(--font-h2);
}

input {
    font-size: var(--font-h3);
}

p,
span,
p > a {
    font-size: var(--font-h3);
}
