@import "./components/_articles.css";

body {
    background-color: white;
}

html {
    scroll-behavior: smooth;
}

section {
    min-height: 100vh;
}
