html{
    min-height: 100%
}

body{
/* Color Stuff */
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-shadow: 2px 1px 1px #000;
    color: white;

    background-image: repeating-linear-gradient(rgba(51, 101, 158, 0.904), #30165c), url("/assets/images/water.png");
    background-blend-mode: difference;

    display: flex;
    flex-direction: column;
    gap: 8px;

    -ms-interpolation-mode: nearest-neighbor;
    margin-bottom: 100%;
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    image-rendering: -webkit-optimize-contrast;
}

/* Link Stuff */
a:link{
    color: #c2f0ea;
}

a:visited{
    color: #c2f0ea;
}

audio{
    margin: auto;
    width: 620;
}

table{
    border: 2px solid #0b1a28; border-collapse: collapse;
}

tr{
    border: 2px solid #0b1a28; border-collapse: collapse;
}

td{
    border: 2px solid #0b1a28; border-collapse: collapse;
}

.header {
    border: #0b1a28 2px solid;
/* Position Stuff */
    padding-left: 10px;
    padding-right: 10px;
    width: 600px;
    margin: auto;
/*Flexbox*/
    
    display: flex;
    flex-direction: column;
/* Color Stuff */
    color: white;
    background-image: linear-gradient(rgba(91, 151, 219, 0.904), rgba(16, 28, 43, 0.904)), url("/assets/images/water.png");
/* Font stuff */
    font-size: 12px;
    white-space: normal;
    flex-wrap: wrap;
}

.navbar{
    border: #0b1a28 2px solid;
/* Position Stuff */
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
/* Pixel Rendering*/
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor;
/* Color Stuff */
    background-image: linear-gradient(rgba(91, 151, 219, 0.904), rgba(16, 28, 43, 0.904)), url("/assets/images/water.png");
/* Font stuff */
    font-size: 35px;
/* Flexbox */
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 12px;
    width: 600px;
}

.sidebox{
    margin: auto;
/* Flexbox */
    display: flex;
    flex-direction: row;
    align-content: stretch;
    align-items: stretch;
    width: 620px;
    gap: 20px;
}

.sidecontent{
    font-size: 12px;
    border: #0b1a28 2px solid;
/* Position Stuff */
    height: auto;
    max-width: 90px;
    padding: 10px;
    margin: auto;
/* Color Stuff */
    background-image: linear-gradient(rgba(91, 151, 219, 0.904), rgba(16, 28, 43, 0.904)), url("/assets/images/water.png");
/* Font stuff */
    white-space: normal;
}

.sidecontent img{
    border: #0b1a28 2px solid;
}

.content{
    border: #0b1a28 2px solid;
/* Position Stuff */
    height: auto;
    width: auto;
    max-width 600px;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
/* Color Stuff */
    background-image: linear-gradient(rgba(91, 151, 219, 1), rgba(16, 28, 43, 1));
    background-blend-mode: difference;;
/* Font stuff */
    white-space: normal;
/* Flexbox */
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content img{
    border: #0b1a28 2px solid;
}

.content button{
    color: white;
    text-shadow: 2px 1px 1px #000;
    background-image: linear-gradient(rgba(51, 101, 158, 0.80), rgba(48,22,92,0.80)), url("/assets/images/water.png");
    linear-gradient(rgba(91, 151, 219, 0.904), rgba(16, 28, 43, 0.904));
    border: #0b1a28 2px solid;
}

.spooky-content{
    border: #0b1a28 2px solid;
    /* Position Stuff */
    height: auto;
    width: auto;
    max-width 600px;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
    /* Color Stuff */;
    background-color: black;
    /* Font stuff */
    white-space: normal;
    /* Flexbox */
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.spooky-content button {
    color: white;
    background-color: black;
    border-color: grey;
    border-style: outset;
    background-image: linear-gradient(black, black);
    margin-top: 4px;
    margin-bottom: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-family: 'Courier New', Courier, monospace;
}

.footer{
    border: #0b1a28 2px solid;
/* Position Stuff */
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
/* Color Stuff */
    color: white;
    background-image: linear-gradient(rgba(91, 151, 219, 0.904), rgba(16, 28, 43, 0.904)), url("/assets/images/water.png");
/* Font stuff */
    font-size: 8px;
    white-space: normal;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 600px;
}
