body {
  background-color: Yellow;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  color: black;
  font-family: courier;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}