body {
  background: linen;
	font-size: 18px;
	font-family: "Josefin Slab";
	font-style: normal;
  font-weight: 400;
}

#content {
  display: block;
  margin-top: 150px; 
  width: 100%;
  height: 100px;
  border: 1px dotted dimgray;
  border-left: 0px;
  border-right: 0px;
}

h1 {
  color: floralwhite;
  font-size: 100px;
}

h2 {
  font-size: 24px;
  margin: 10px;
}

a {
  text-decoration: none;
  color: gray;
  margin: 8px;
}

