body {
  background-color: rgb(0, 0, 0);
  color: #f43311;
  font: size 20px;
  font-size: 1em;
  width: 630px;
  border: 15px solid #f43311;
  padding: 0px 50px 15px;
  margin: 20px;
  /* default 16px */
}

ul {
  list-style-type: circle;
}

h1 {
  text-align: center;
  font-family: "pulpo-rust-50", serif;
  font-weight: 400;
  font-style: normal;
}

h2 {
  font-family: "pulpo-rust-50", serif;
  font-weight: 400;
  font-style: normal;
}

h5 {
  text-align: center;
  font-family: "embury-text", serif;
  font-weight: 300;
  font-style: normal;
}

ul {
  color: #e9e9e9;
  padding: 15px;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 500;
  font-style: normal;
}

ol {
  color: #e9e9e9;
  padding: 15px;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 500;
  font-style: normal;
}

img {
  border: 2px solid whitesmoke;
  margin: 20px;
}

li {
  line-height: 2;
  text-align: justify;
}

p {
  line-height: 2;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: justify;
  color: #e9e9e9;
}

strong {
  color: #e9e9e9;
}

nav {
  background-color: #000;
  padding: 50px 12px 8px 12px;
  font-family: "cheap-pine-sans", sans-serif;
  font-weight: 400;
  font-size: larger;
}

nav a {
  float: center;
  /* more on this later */
  color: #ffffff;
  text-align: center;
  padding: 5px 30px;
  margin-right: 10px;
  text-decoration: none;
}

/* THIS IS TO MAKE THE CURRENT PAGE LINK A DIFFERENT COLOR */
nav a.active {
  color: #292D94;
  background-color: #f4e492;
  border-radius: 4px;
}

a:link {
  color: whitesmoke;
  background-color: #f43311;
  text-decoration: none;
}

nav a:hover {
  color: #4b4b4e;
  text-decoration: underline;
  background-color: #f4e492;
}

nav a:visited {
  text-decoration: none;
  background-color: #f43311;
  color: #4b4b4e;
}