

body {
  width: 800px;
  margin: 100px;
  background-color: #bc6262;
  color: #4a0000;
  font-family: Verdana;
  padding: 30px 15px 30px 15px;
  border: 5px #bc6262;
}

h1 {
  text-decoration: underline;
  text-align: left;
}

p {
  text-align: match-parent;
}