@font-face {
    font-family: 'Enriqueta';
    src: local('Enriqueta-Regular'), url('/media/Enriqueta-Regular.woff2') format('woff2');
}

body {
    background: #FCFCFC;
    color: #333333;
    font-family: 'Enriqueta', 'Helvetica', 'Arial';
    padding: 20px
}

body::-webkit-scrollbar {
    width: 6px;
    background: #DDD;
    -webkit-border-radius: 3px
}

body::-webkit-scrollbar-thumb {
    background: #999;
    -webkit-border-radius: 3px
}

.cont {
    margin: 0 auto;
    width: 800px;
    border: 1px dashed #DDD;
    background: #FFF;
    margin-bottom: 2px;
    padding: 20px
}

.cont h1 {
    font-size: 3em;
    font-weight: bold;
    margin-bottom: 20px;
    margin: 0;
    padding: 0;
    color: #1FA9FF
}

.cont h2 {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 15px;
    margin: 0;
    padding: 0;
    color: #AD4432
}

.cont h3 {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: #AD4432
}

.cont p {
    margin-bottom: 1.4em;
    font-size: 20px;
    line-height: 1.4em;
    color: #444
}

.cont p:last-child {
    margin-bottom: 0
}

.cont ul {
    list-style-type: none;
    list-style-position: outside;
    padding-left: 15px;
    font-size: 20px;
    line-height: 1.4em;
}

.cont li {
    margin-bottom: 1.4em;
    color: #444
}

.cont li:before {
    content: "∗ ";
    color: #87afd7;
}

.cont code {
    line-height: 1.4em;
}

.cont blockquote {
    margin: 0 18px 18px 18px;
    font-size: 18px;
    color: #666;
    padding-left: 10px;
    border-left: 1px solid #ccc;
}

.cont quote {
    text-align: right
}

a {
    color: #444;
    font-weight: bold;
    text-decoration: none
}

a:hover {
    color: #25586D
}

#footer {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #666;
    font-size: 11px;
    max-width: 700px;
    width: 100%;
    margin: 0 auto 1rem auto;
    vertical-align: top;
    text-align: center;
}

#footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    border-right: 1px solid;
}

#footer li a {
    margin-right: 15px;
}

#footer li:last-child {
    border-right: 0;
    margin-right: 0;
}

#footer li:last-child a {
    margin-right: 0;
}

#footer .footer-left {
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
}

@media (min-width: 39rem) {
  #footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer .footer-left {
    float: left;
  }
  #footer .footer-right {
    float: right;
  }
}
