h1 {
  color: #a456e3;
  font-size: 36px;
  font-family: "Lucida Console", monospace;
  margin: 10px;
  padding: 10px;
  border-style: solid;
  border-width: 3px;
  border-left-width: 3px;
  border-right-width: 3px;
  border-color: black;
}

body {
  background-color: #b5f5c9;
  color: #a456e3;
  font-family: "Trebuchet MS", sans-serif;
  font-size:14px;
}

h2 {
  color: #a456e3;
  font-family: "Trebuchet MS", sans-serif;
  font-size:18px;
  margin: 20px;
  padding: 40px;
}