@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');

html {
    background-color: #000;
    background-image: linear-gradient(to right, #966, #ddccaa, #ddccaa, #966);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;

    color: #622;
    font-family: 'Kosugi Maru', sans-serif;

    width: 100%;
    height: 100%;
}

body {
    overflow-x: hidden;
    overflow-y: hidden;
}

h1 {
    font-family: 'Kosugi Maru', sans-serif;
}

p {
    font-family: 'Kosugi Maru', sans-serif;
    margin-left: 16px;
    margin-right: 16px;
}

a {
    color: #966;
}

table {
    width: 100%;
    table-layout: fixed
}

hr {
    border-style: none;
    border-top-style: dashed;
    border-width: 2px;
    border-color: #622;

    padding: 0px;
    margin: 8px;
}

footer {
    padding: 16px;
}

#everything {
    background-size: 40px 40px;
    background-image:
        linear-gradient(to right, #00000000 19px, #6224 20px, #00000000 21px),
        linear-gradient(to bottom, #00000000 19px, #6224 20px, #00000000 21px),
        radial-gradient(circle, #6222 1px, #00000000 2px);
        /* radial-gradient(circle, #6226 1px, #00000000 2px) */
    background-repeat: repeat;
    background-attachment: scroll;
}



.box {
    background-color: #dddddd22;
    background-image: radial-gradient(circle, #dddddd66, #ddccaa66, #00000000);
    background-clip: border-box;
    background-origin: border-box;
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;

    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);

    border-style: dashed;
    border-width: 2px;
    border-color: #622;

    padding: 8px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    margin-top: 16px;
}