body {
  color: black;
  font-family: Calibri;
  text-align: center;
  background-image: url(https://i.pinimg.com/originals/13/ec/fc/13ecfc9c1c42811c1ac067e83775bdd5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

a {
  text-decoration: none;
  color: dodgerblue;
}

a .links {
  text-decoration: none;
}

.title {
  color: black;
  font-family: 'Fjord One', serif;
  text-align: center;
  border: 2px solid bisque;
  width: 500px;
  margin: auto;
}

.links {
  border: 1px solid bisque;
  background-color: azure;
  font-family: 'Fjord One', serif;
  text-align: center;
  width: 250px;
  margin: auto;
  margin-top: 4px;
  margin-bottom: 4px;
}

.linkbox {
  width: 350px;
  background-image: url(https://images.squarespace-cdn.com/content/v1/55760e0ae4b019b0586e2dd6/1511303286871-GDID6VXDUBECYBW9J155/ke17ZwdGBToddI8pDm48kM4L3cu93WltW5o9NIDY49l7gQa3H78H3Y0txjaiv_0fDoOvxcdMmMKkDsyUqMSsMWxHk725yiiHCCLfrh8O1z5QHyNOqBUUEtDDsRWrJLTmQPoRzxSr1hzN-vPBHt7YyJX6HMm7WSHXremWXycaCSaJsS1j4tvZSIm3FHI4qLSC/tumblr_n1iu33lftI1smn4pqo2_1280.jpg?format=2500w);
  background-position: center;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: auto;
  margin-top: 30px;
}

.quote {
  font-style: italic;
  font-size: 20px;
}

.main {
  width: 740px;
  background-color: ivory;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 20px;
}

.
/* That little dot keeps the code from trying to kill itself. Don't take it out.
