* {
    --color1: #FFAD00;
    --color2: #DFE6EE;
    --color3: #FAE0FF;
    --color4: #F63E44;
    --color5: #A142FF;
    --color6: #A142FF;

    --sidepadding:16%;
    --sidemargine:-8px;

    box-sizing: border-box;
    outline: none;
    padding: 0;
    margin: 0;

}

::selection {
    color: var(--color6);
    background: var(--color1);
}

@font-face {
    font-family: 'Authentic Sans 90';
    src: url('./fonts/AUTHENTICSans-90.otf');
}

@font-face {
    font-family: 'PsychoartRegular';
    src: url('./fonts/PsychoartRegular-z8Mpl.otf');
}

@font-face {
    font-family: 'Authentic Sans 60';
    src: url('./fonts/AUTHENTICSans-60.otf');
}

@font-face {
    font-family: 'Bookmania';
    src: url('./fonts/Bookmania\ Bold\ Italic.otf');
}

body {
    background: var(--color5);
    font-family: "Authentic Sans 90", Verdana, sans-serif;
    margin: 0;
    font-size: 1.3em;
    line-height: 1.8rem;
    /* min-height: 50vh; */
    background-attachment: fixed;
    color: var(--color4);
}

.s1 {
    width: 8.33333333333%;
}

.s2 {
    width: 16.6666666667%;
}

.s3 {
    width: 25%;
}

.s4 {
    width: 33.3333333333%;
}

.s5 {
    width: 41.6666666667%;
}

.s6 {
    width: 50%;
}

.s7 {
    width: 58.3333333333%;
}

.s8 {
    width: 66.6666666667%;
}

.s9 {
    width: 75;
}

.s10 {
    width: 83.3333333333%;
}

.s11 {
    width: 91.6666666667;
}

.s12 {
    width: 100%;
}

.row {
    display: block;
}

.col {
    vertical-align: top;
    display: inline-block;
    padding: 8px;
}