body {
  background-image: url("/sebastian.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

h1 {
  color: red;
  font-family: "press start 2p", sans-serif;
}

p {
  color: green;
  font-family: "press start 2p", sans-serif;
}
