html {
    box-sizing: border-box;
}

/*
 * =======================================================
 * Scroll
 * =======================================================
 */
body::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}



body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #a7a3a3;;
    border-radius: 10px;
    outline: 2px solid slategrey;
}

/*
 * =======================================================
 *
 * =======================================================
 */

body {
    font-family: Calibri, Helvetica, Arial, sans-serif;

    font-weight: 100;
    color: rgb(0, 0, 0);
    font-size: 62.5%;
    background-color: rgba(188, 182, 182, 0.4);
    margin: auto 15%;

    margin: 0 2% 30px;

    background-color: #eee;
}

img {
    mix-blend-mode: multiply;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    text-transform:uppercase;
}

h1 {
    text-align: center;
    font-size: 3.5em;
    letter-spacing: 0.1em;
}

h2 {
    font-size: 1.8em;
    margin-top: 1.3em;
    letter-spacing: 0.1em;
}

h3 {
    font-size: 1.4em;
    margin-top: 1.3em;
    letter-spacing: 0.1em;
}




p, figcaption {
    font-size: 1.7em;
    margin-bottom: 0;
}


.table {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    box-shadow: 4px 4px 7px 1px rgba(0, 0, 0, 0.2);
}
.table caption {
    font-size: 1.4em;
    font-weight: bolder;
}
.table, th, td {
    border-collapse: collapse;
    border: 1px solid #808080;
}


.table th,
.table td
 {
    padding: 0.5em;
    vertical-align: top;
    font-size: 1.4em;
}


.table td:nth-child(1) {
    color: #1400ff;
    font-weight: bolder;
    width: 15%;
}
.table td:nth-child(2) {

    width: 25%;
}

.table td:nth-child(3) {

    width: 25%;
}
.table td:nth-child(4) {

    width: 35%;
}

::selection {
    color: #f8f8f6;
    background: #baed48;
}


.properties-table {
    border: none;
    resize: both;
    overflow: hidden;
}

.separator {
    font-weight: 900;
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 1.5em;
    color: #8b8787;
}



/*


h2#author {
    text-align: center;
    color: #636767;
}





p.special-p {
    margin-left: 0.5em;
    margin-top: 0.2em;
    margin-bottom: 0;
    padding: 0;
}

pre {
    margin: 0;
    padding: 0;
}

code {

    font-size: 1.3em;

    color: #0000ff;
    font-family: cursive;
    letter-spacing: 0.1em;
}

em {
    color: #e25910;
    font-weight: bolder;
    font-style: normal;
}



ul li, ol li {
    font-size: inherit;
}
*/
