/* GRUNDLAGEN */

html {
  scroll-behavior: smooth;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
  background: #050505;
  color: #fff;
}
a {
  color: #fff;
}
