body {
  background-image: url("dirt.png");
  background-repeat: repeat;
  font-family: sans-serif;
}

h1 {
  text-align: center;
}

.content {
  background-color: grey;
  margin: auto;
  width: 40%;
  padding: 10px;
  border: 3px solid green;
}
