body {
  background-color: black;
  color: white;
  background-image: url('https://64.media.tumblr.com/6720afe4b23fff20fb0a55a8733db945/147bfebdf112f180-c6/s400x600/b6f51cddbdd98ddab9e322b88807158dac343608.gif');
  background-repeat: repeat; /* tiles the image */
  background-attachment: fixed; /* makes it stay in place while scrolling */
  font-family: "Courier New", Courier, monospace;
  font-size: 20px;
}
.container {
  width: 800px;
  margin: 50px auto;
  border: 3px solid #484152;
  padding: 15px;
  box-shadow: 0 0 10px #ffffff;
}
h1{
color: pink
}