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: linear-gradient(rgba(51, 101, 158, 0.904), #30165c), url("images/water.png");
    background-blend-mode: difference;

    display: flex;
    flex-direction: column;
    gap: 8px;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor;
    margin-bottom: 100%;

}

/* 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));
/* Font stuff */
    font-size: 12px;
    white-space: normal;
    flex-wrap: wrap;
    justify-content: center;
}

.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));
/* Font stuff */
    font-size: 35px;
/* Flexbox */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 12px;
    width: 600px;
}

.sidebox{
    margin: auto;
/* Flexbox */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    width: 620px;
}

.sidecontent{
    font-size: 12px;
    border: #0b1a28 2px solid;
/* Position Stuff */
    height: auto;
    width: 90px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin: auto;
/* Color Stuff */
    
    background-image: linear-gradient(rgba(91, 151, 219, 0.904), rgba(16, 28, 43, 0.904));
/* Font stuff */
    white-space: normal;
    
/* Flexbox */
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
}

.content{
    border: #0b1a28 2px solid;
/* Position Stuff */
    height: auto;
    width: 450px;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
/* Color Stuff */

    background-image: linear-gradient(rgba(91, 151, 219, 0.904), rgba(16, 28, 43, 0.904));
/* Font stuff */
    white-space: normal;

/* Flexbox */
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
}

.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));
    /* Pixel Rendering */
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor;
/* Font stuff */
    font-size: 8px;
    white-space: normal;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 600px;
}