 @import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
body {
  background-color: #151617;
  color: white;   
  font-family: 'Noto Sans', sans-serif;
}

h1 {
  color: white;
}

a {
  color: #ffffff;
}