<style>
pre {
  background: #f8f9fa;
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  overflow-x: auto;
  max-width: 100%;
  line-height: 1.45;
  white-space: pre;              /* change to pre-wrap if you hate scrolling */
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media (max-width: 640px) {
  pre {
    font-size: 0.95rem;
    padding: 0.8rem;
    white-space: pre-wrap;
    word-break: break-all;
  }
}
p {
  font-weight:normal; font-family: 'Merriweather Sans', sans-serif;
  max-width: 640px; /* Limits width to 640px */
  margin-left: auto; /* Optional: Centers the paragraph */
  margin-right: auto; /* Optional: Centers the paragraph */
}
h2 {font-weight:normal; font-family: 'Oswald', sans-serif;
  max-width: 640px; /* Limits width to 640px */
  margin-left: auto; /* Optional: Centers the paragraph */
  margin-right: auto; /* Optional: Centers the paragraph */
}

h3,{font-weight:normal; font-family: 'Merriweather Sans', sans-serif;
  max-width: 640px; /* Limits width to 640px */
  margin-left: auto; /* Optional: Centers the paragraph */
  margin-right: auto; /* Optional: Centers the paragraph */
}
h4,{font-weight:normal; font-family: 'Merriweather Sans', sans-serif;
  max-width: 640px; /* Limits width to 640px */
  margin-left: auto; /* Optional: Centers the paragraph */
  margin-right: auto; /* Optional: Centers the paragraph */
}

a:link, a:visited {
  max-width: 640px; /* Limits width to 640px */
  margin-left: auto; /* Optional: Centers the paragraph */
  margin-right: auto; /* Optional: Centers the paragraph */
  background-color: hsl(0, 100%, 90%);
  color: white;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 100%;
}
a {
  max-width: 640px; /* Limits width to 640px */
  margin-left: auto; /* Optional: Centers the paragraph */
  margin-right: auto; /* Optional: Centers the paragraph */
  font-size: 100%;
}
a:hover, a:active {
  max-width: 640px; /* Limits width to 640px */
  margin-left: auto; /* Optional: Centers the paragraph */
  margin-right: auto; /* Optional: Centers the paragraph */
  background-color:#000000; 
 }
 .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
}
</style>
