@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

* {
  font-family: "Anton";
  color: white;
}

body {
  position: fixed; 
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(blue, black);
}

