body {
  background-color: #aceeee;

}

p {
  text-align: left;
  color: #365b5c;
  background-color:#66abad;
  border:3px dashed cadetblue;
  display:inline-block;
  font-family: "Courier New", monospace;
  font-weight:bold;
  border-radius: 15px 15px 15px 15px;
  padding: 5px;

  
}

h1, h2, h3, h4, h5, h6 {
  text-align: left;
  color: cadetblue;
  font-family: "Courier New", monospace;
  
}

a:link {
  color: #365b5c;
  background-color: transparent;
  text-decoration: underline;
}