 .md-typeset h1 {
   color: black;
   font-weight: bold;
   text-decoration: underline;
 }

 .md-typeset h2 {
   color: black;
   font-weight: 500;
   text-decoration: underline;
 }

 .md-typeset h3 {
   color: black;
   font-weight: bold;
   text-decoration: underline;
 }

 .md-typeset h4 {
   color: black;
   font-weight: 700;
   text-decoration: underline;
 }


 .md-typeset h5 {
   color: black;
   font-weight: 900;
   text-decoration: underline;
 }


 .md-typeset h6 {
   color: black;
   font-weight: bold;
   text-decoration: underline;
 }

 .comments a {
   display: inline-block;
   padding: 10px 20px;
   background-color: #1DA1F2;
   /* Color de X */
   color: white;
   border-radius: 5px;
   text-decoration: none;
 }

 .comments a:hover {
   background-color: #0d8aec;
 }

 .youtube {
   color: #EE0F0F;
 }

 .facebook {
   color: #350cca;
 }

 .instagram {
   color: #E1306C;
 }

 /* extra.css */
.social-header {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  z-index: 100;
}

.social-header a {
  margin-left: 0.8rem;
  font-size: 1.5rem;
  color: #f96854;           /* color oficial de Patreon */
  transition: all 0.2s;
}

.social-header a:hover {
  color: #ff424d;
  transform: scale(1.15);
}