@import url("fonts/fonts.css");

body {
  background-color: white;
  max-width: 40em;
  margin: 0 auto;
  padding: 24px;
  font-family: Lato, Serif;
  font-style: light;
  font-size: 18px;
  line-height: 1.6em;
  color: #666666;
}
h1, h2, h3 {
  font-family: Lato, Serif;
  font-weight: bold;
  color: #222222;
}
h1 {
  color: #d12b19;
}
h6 {
  font-size: xx-small;
  font-weight: bold;
}
hr
{
    border: 0;
    border-bottom: 0.1rem solid #d12b19;
    margin: 1em 0;
}
a {
  font-family: Lato, sans-serif;
  font-weight: 700;
  text-decoration: none;
  color: indianred;
}
a:hover {
  text-decoration: underline;
}
.center {
  text-align: center;
}