a {
  border: 2px solid #0d0368;
  border-radius: 5px;
  color: #0d0368;
  background-color: blanchedalmond;
  padding: 1.5px;
  text-align: center;
}
a:hover {
  color: crimson;
  background-color: blanchedalmond;
}
body {
  background-image: url(fern.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  color: blanchedalmond;
}
h1 {
  font-family: monospace;
  text-align: center;
  font-size: 3em;
  text-decoration: underline;
  background-color: transparent;
  border: 4px dashed #0d0368;
  padding: 2px;
  width: 666px;
  margin: auto;
  background-color: blanchedalmond;
  color: #0d0368;
}
dt {
  margin-bottom: 12px;
  margin-top: 12px;
  font-family: cursive;
  font-size: large;
  font-style: italic;
}
dd {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1em;
  color: blanchedalmond;
  background-color: #0d0368;
  width: fit-content;
  border: 2px solid blanchedalmond;
}
p {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-align: center;
  font-size: large;
}
