body {
  background-color: azure;

}

.box {
  border-color: red;
  border-style: solid;
  border-width: .5rem;
  margin: 1rem;
  border-radius: .5rem;
}

h1 {
  text-align: center;
  background-color: bisque;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: black;
  font-size: 2.3rem;
}

p {
  text-align: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 2rem;
  color: clack;
}
