html {
    scroll-behavior: smooth;
    background-color: #fff;
}

body {
    min-height: 100vh;
}

a {
    text-decoration: none;
    color: inherit;
}

section {
    width: 100%;
}