
html {
  box-sizing: border-box;
  font-size: 12px; 
  scroll-behavior: smooth; 
}

body {
  font-family: arail, helvetica, sans-serif;
  color: white;
  font-weight: 300;
  line-height: 1.6; 
  background: black;
}
