*::selection {
    text-shadow: none;
    color: white;
    background-color: rgba(66, 133, 192, 1);
}

/** Basic styling */
body {
    font: 400 1.2em/1.5 "text";
    color: #444;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 900px) {
    body {
        font: 400 1em/1.5 "text";
    }
}

/** Set `margin-bottom` to maintain vertical rhythm */
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
ol,
dl,
figure {
    margin-bottom: 1rem;
}

/** `main` element */
main {
    display: block;
}

/** Lists */
ul,
ol {
    margin-left: 30px;
}

li>ul,
li>ol {
    margin-bottom: 0;
}

/** Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    line-height: 1;
}

/** Links */
a {
    color: currentColor;
    text-decoration: underline;
    font-weight: 600;
}

a:visited {
    color: currentColor;
}

a:hover {
    color: currentColor;
    text-decoration: underline;
}

/** Blockquotes */
blockquote {
    color: #606060;
    border-left: 4px solid #c6c6c6;
    padding-left: 15px;
    font-size: 1.35em;
    letter-spacing: -1px;
    font-style: italic;
}

blockquote> :last-child {
    margin-bottom: 0;
}

/** Code formatting */
pre,
code {
    font-size: 1.125em;
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    background-color: #eef;
}

code {
    padding: 1px 5px;
}

pre {
    padding: 8px 12px;
    overflow-x: auto;
}

pre>code {
    border: 0;
    padding-right: 0;
    padding-left: 0;
}

/** Tables */
table {
    margin-bottom: 30px;
    width: 100%;
    text-align: left;
    color: #727272;
    border-collapse: collapse;
    border: 1px solid #c6c6c6;
}

table tr:nth-child(even) {
    background-color: #d5d5d5;
}

table th,
table td {
    padding: 10px 15px;
}

table th {
    background-color: #cecece;
    border: 1px solid #bcbcbc;
    border-bottom-color: #a7a7a7;
}

table td {
    border: 1px solid #c6c6c6;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    font-family: "head", "arial", "sans-serif";
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: bold;
    font-family: "head", "arial", "sans-serif";
    color: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    text-decoration: none;
}

h1 a:visited,
h1 a:active,
h2 a:visited,
h2 a:active,
h3 a:visited,
h3 a:active,
h4 a:visited,
h4 a:active,
h5 a:visited,
h5 a:active,
h6 a:visited,
h6 a:active {
    color: inherit;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2.2rem;
}

h3 {
    font-size: 1.8rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.20rem;
}

h6 {
    font-size: 1.1rem;
}

ol {
    padding: 0 0 1em 2.5em;
    margin: 0;
    list-style: space-counter inside;
}

ol:last-of-type {
    padding-bottom: 0;
}

blockquote {
    border-left: 0;
    padding-right: 3em;
}
