a {
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: #007ae6;
    margin: 0;
    padding: 0;
}
a:hover {
    color: #1f95fd;
}
p,
h2,
h3,
h4 {
    padding: 0
}
p, section article ul li, section article ol li { 
    font-size: 12pt;
    color: #333;
    padding: 6px 0;
    margin: 0;
    text-align: justify;
    font-weight: 400;
    line-height: 1.3;
}
strong { 
    font-weight: bold;
}
h1 { 
    font-size: 28pt;
    font-weight: 800;
    letter-spacing: 1px;
    color: #333;
    margin: 15px 0 14px 0px;
    text-align: left;
    line-height: 1;
}
h2 { 
    font-size: 20pt;
    color: #009dca;
    padding: 10px 10px 10px 0;
    margin: 0;
    text-align: left; 
}
h3 { 
    font-size: 18pt;
    color: #222;
    padding: 10px 10px 10px 0;
    margin: 10px 0;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
h4 { 
    font-size: 16pt;
    color: #222;
    padding: 10px 10px 10px 0;
    margin: 10px 0;
    text-align: left; 
}
h5 {
    font-family: arial;
    font-weight: bold;
    padding: 10px;
    font-size: 14px;
}
h6 {
    font-size: 12px;
    font-family: arial;
    padding: 10px;
}
pre {
    width: 100%;
    overflow-x: auto;
    background: #f1f1f5;
    padding: 10px 18px;
    margin: 10px 0;
    border-radius: 8px;
    font-family: Monaco, monospace;
    position: relative;
}
pre code { 
    line-height: 1.6;
    font-size: 10pt;
    color: #454867;
}
pre code p {
    font-size: 9pt;
    color: #FFF;
}
.copy-button {
    position: absolute;
    top: 5px;
    right: 5px; 
    background: #454867;
    color: #FFF;
    padding: 5px 10px;
    cursor: pointer;
    border: none;
    border-radius: 3px;
    font-size: 9pt;
  }
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
