body {
  font-family: "Lato", sans-serif;
  margin: 10px 480px 10px 20px;
  font-size: 16px;
}

.title {
  font-style: italic;
  font-size: 16px;
  font-weight: 500;
  color: #2E2E2E;
  padding: 20px 0 10px 0;
}
a {
  text-decoration: underline;
  color: #330099;
}
a:hover {
  text-decoration: underline;
  color: #F7C80C;
}

p {
  font-weight: 500;
  color: #2E2E2E;
}

.tip {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.15em;
  font-weight: 400;
  font-style: italic;
  color: #8B8989;
  padding: 2px;
}
code {
  padding: 2px;
  color: #2E2E2E;
  font-size: 0.9em;
  font-weight: 500;
  font-style: normal;
}
