
h1 {
  padding: 35px;
  text-align: center;
  background-color: tan;
}

h2, h3, h4{
  text-align: center;
}

body {
  background-color: thistle;
}

p { max-width: 55%;
margin: 1 auto; }

.left {
  text-align: left;
}

.right {text-align: right;
}