h1,h2 {
  text-align: center;
}

.right {
  text-align: right;
}

body {
  font-size: 1.5em;
  background-size: cover;
  background-image: url("background.jpg");
  background-attachment: fixed;
  line-height: 1.5;
  margin-top: 0px;
  margin-right: 160px;
  margin-bottom: 0px;
  margin-left: 160px;
  color: black;
}

