body {
  background-color: white;
  color: black;
  background-image: url("images/websitebackground.png");
  background-size: cover;
  background-position: center;
  font-family: Garamond;
}
.content {
  background: rgba(244, 241, 234, 0.92);
  padding: 30px;
  border: 2px solid black;
}