/* styles for the main elements of the page */
body {
  margin: 40px 120px 150px;
  background-color: #000;
  color: #fff;
  font-size: 2.5vw;
  font-family: Georgia, "Times New Roman", Times, serif;
}

h4 {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  opacity: 0.3;
  margin-top: 24px;
  margin-bottom: 8px;
}

p {
  line-height: 1.3;
  letter-spacing: 0.8px;
  word-spacing: 2px;
  padding-bottom: 12px;
}
