body {
    background-color: black;
    margin: 0;
    background-attachment: fixed;
    font-family: DOS;
}

.box {
    max-width: 800px;
    margin: auto;
    box-sizing: border-box;
}

main {
    background: rgba(255, 255, 255, 0.13);
}

/*header-----------------------------------*/
header {
    position: relative;
    width: 100%;
    margin: auto;
    border: 3px solid #494949;
    box-sizing: border-box;
}

.head p {
    font-size: 0.9em;
    text-align: center;
    margin: 0px;
    margin-bottom: 0.5em;
}

.head {
    background-attachment: fixed;
    overflow: hidden;
    margin-top: 0px;
    border: 3px solid #8a8a8a;
    background: rgb(0, 0, 0);
    padding-top: 10px;
    height: 6.6em;
    min-height: 6.6em;
    resize: vertical;
}

.head iframe {
    width: calc(100% - 6px);
    height: 100%;
    background: black;
    border: none;
    overflow: hidden;
}

.head h1 {
    font-size: 1.5em;
    margin: 0 0 0.2em 0;
    text-align: center;
}

.blinkies {
    border: 3px solid #8a8a8a;
    border-top: none;
    height: 23px;
    background: black;
    width: 100%;
    box-sizing: border-box;
}

.headbttn {
    width: 100%;
    height: 100px;
}

.help {
    width: 0px;
    height: 150px;
    border: 1.5px dotted rgb(134, 134, 134);
    right: 30px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: absolute;
}

.help img {
    margin-left: -25px;
    margin-bottom: -9px;
    cursor: help;
}


.exit {
    font-family: sans-serif;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.5em;
    text-transform: uppercase;
    text-decoration: none;
    border: 3px solid white;
    background: #209e4d;
    height: 2.5em;
    box-sizing: border-box;
}

.exit a {
    text-decoration: none;
}

.exit:hover {
    text-decoration: underline;
}

.exit:hover span {
    position: relative;
    left: 5px;
}

#about-container {
    overflow: visible;
    position: absolute;
    top: -200px;
    left: -500px;
    background: none;
    border: none;
}

.about-open {
    text-align: center;
    border-width: 4px;
    padding: 10px;
    color: var(--ghostwhite);
    font-size: 14px;
    width: 100%;
    cursor: pointer;
    background-color: rgb(36, 36, 36);
}

.aboutt {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 500px;
    height: 300px;
    background-color: rgb(31, 82, 179);
    border: 3px solid rgb(22, 61, 133);
    ;
    color: var(--ghostwhite);
}

.about-header {
    cursor: move;
    display: flex;
    justify-content: space-between;
    padding: 5px;
    background: yellow;
    color: rgb(31, 82, 179);
    align-items: center;
}

.about-close {
    background: rgb(8, 66, 255);
    color: rgb(255, 251, 25);
    cursor: pointer;
    border: none;
    height: 1.6em;
    width: 1.6em;
}

.about-close:hover {
    background: rgb(0, 34, 145);
}

.about-close:active {
    background: rgb(1, 49, 207);
}

.about-text {
    overflow-y: scroll;
    height: 100%;
    padding: 5px;
}


/* end header buttons and header*/
main {
    width: 100%;
    margin: auto;
    position: relative;
    padding: 35px 0;
    z-index: 0;
    background: rgba(48, 48, 48, 0.356);
    border: 1px dashed var(--ghostwhite);
    border-top: none;
    box-sizing: border-box;
}

.container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    height: 380px;
}

/*side menu-------------------------------*/

.menubttn {
    border: 3px solid #696969;
    height: 100%;
    max-width: 9em;
    box-sizing: border-box;
    background: black;
    overflow-y: scroll;
}

.collections,
.ofthewhenever,
.junk,
.rome,
.myart {
    padding: 22px 5px;
    text-align: center;
    display: block;
    text-decoration: none;
    box-sizing: border-box;
}

.collections:hover,
.ofthewhenever:hover,
.junk:hover,
.rome:hover,
.myart:hover {
    text-decoration: underline;
}

.collections:active,
.ofthewhenever:active,
.junk:active,
.rome:active,
.myart:active {
    color: yellow;
    text-decoration: underline;
}

.collections {}

.ofthewhenever {
    background: white;
    color: red !important;
    border: 2px solid red;
    border-left: none;
    border-right: none;
    font-family: monospace;
    font-size: 13px;
}

.junk {
    background-image: url(/img/bck/birds.png);
    font-family: serif;
    font-size: 16px;
}

.rome {
    background-image: url(/img/bck/bricks.jpg);
    font-family: serif !important;
    font-size: 16px;
}

.myart {}

/*sticky note------------------------------------*/
.sticky {
    width: 100px;
    height: 100px;
    background-color: #e6e68b;
    margin: 8px;
    font-family: monospace;
    text-align: center;
    transform: rotate(7deg);
    position: absolute;
    left: -10px;
    cursor: move;
}

.stop {
    width: 100%;
    height: 24px;
    background-color: #d2d282;
    margin-bottom: -5px;
}

.stext {
    color: black !important;
    font-size: 17px;
    position: relative;
    top: 5px;
}

/* tank stuff----------------------------------------*/
.tank {
    width: 100%;
    max-width: 550px;
}

.tankshelf {
    height: 80px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.tank .fishes {
    border: 3px outset rgb(154, 209, 255);
    width: 100%;
    box-sizing: border-box;
    height: 180px;
}

.tank button {
    background: grey;
    border-width: 0.5em;
    border-color: #e3e3e3;
}

.tankbttns {
    border-top: none;
    height: 60px;
    margin-top: -4px;
    background: #161616;
    display: flex;
    flex-direction: row;
    font-size: 0.8em;
}

.tankbttns a {
    display: inline-block;
    padding-top: 1.3em;
    width: 25%;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    background-color: var(--maindivcolor);
    border: 4px outset #787883;
    box-sizing: border-box;
}

.tankbttns a:hover,
#factsbutton:hover {
    background-color: #4e4e5e;
}

.tankbttns a:active {
    background-color: #3a3a46;
    box-shadow: 0 5px #0f0f13;
    border: 4px inset #787883;
}

/*icons---------------------------------------------*/
.icons {
    width: 100%;
    margin: auto;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.pokeball {
    overflow: hidden;
    height: 45px;
    width: 45px;
    background-color: white;
    border-radius: 50%;
    border: 3px solid black;
}

.pokeball a {
    width: 10px;
    height: 10px;
    background-color: white;
    border: 3px solid black;
    border-radius: 50%;
    position: relative;
    top: -10px;
    display: inline-block;
}

.pokeball a:hover {
    background-color: rgb(255, 99, 99);
}

.uno-page {
    background-image: url("/img/uno-back.png");
    width: 45px;
    height: 71px;
    display: block;
}

.uno-page:hover {
    background-image: url("/img/uno-front.png");
}

.tilt:hover {
    transform: rotate(7deg);
}

.tiltt:hover {
    transform: rotate(-7deg);
}

.tilt a,
.tiltt a {
    text-decoration: none !important;
}

/*facts-------------------------------------------------*/
.facts {
    min-height: 200px;
    position: relative;
    margin-top: 30px;
}

.fumetto {
    position: relative;
    left: 45px;
    padding: 15px 10px;
    margin: auto;
    width: 78%;
    min-height: 10px;
    background-color: var(--ghostwhite);
    line-height: 14px;
    align-items: center;
    color: black;
    border-radius: 3px;
    z-index: 2;
}

.fumetto a {
    color: black;
}

.fumetto a:active {
    color: #000;
}

.fumetto a:visited {
    color: black;
}

.fumettoend {
    border-top: 130px solid var(--ghostwhite);
    border-right: 35px solid transparent;
    left: 117px;
    top: -16px;
    transform: rotate(45deg);
    position: absolute;
    bottom: -11px;
}

#factsbutton {
    height: 90px;
    width: 90px;
    border-width: 5px;
    color: var(--ghostwhite);
    background-color: var(--maindivcolor);
    border-color: #62627c;
}

.corrado {
    width: 95px;
    position: absolute;
    bottom: -2px;
    z-index: 2;
    left: 9px;
}

.corradotail {
    width: 9px;
    position: absolute;
    bottom: -47px;
    left: 10px;
    z-index: 2;
}

.corradotail img {
    width: 92px;
}

.squares {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    width: 95%;
    margin: auto;
    position: relative;
    z-index: 1;
    border-top: 1px solid white;
}

/*locket-----------------------------------------------*/
.locket {
    height: 110px;
    width: 110px;
}

.locket2 {
    display: none;
    z-index: 99;
    position: relative;
}

.locket:hover .locket2 {
    display: inline;
    left: -110px;
}

.locket:hover .locket1 {
    display: none;
}

.credit {
    font-size: 57%;
    margin-top: 2px;
    text-align: center;
}

footer {
    position: relative;
    bottom: 0px;
    margin: 60px auto 0 auto;
    text-align: center;
    max-width: 800px;
}

/*shittywizard styling--------------------------------------*/
#toggle {
    display: none;
}

#reveal-toggle {
    position: absolute;
    left: 12%;
    bottom: 198px;
    z-index: 1;
}

#reveal-toggle:checked~#toggle {
    display: block;
}

.wizard {
    width: 256px;
    height: 160px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 999;
    cursor: move;
}

.x {
    position: absolute !important;
    right: 6px;
    top: 5px;
    font-family: sans-serif;
    text-align: center;
    width: 14px;
    height: 13px;
    font-size: 8.5px;
    border-top: 1.5px solid #e8f1fb;
    border-left: 1.5px solid #e8f1fb;
    border-bottom: 1.5px solid #535150;
    border-right: 1.5px solid #535150;
    background-color: #d4d0c8;
    color: black;
    cursor: pointer;
    font-weight: bold;
    padding-bottom: 1px;
}

.x:hover {
    background-color: #bdbab2;
}

.x:active {
    background-color: #9f9d96;
    border-top: 1.5px solid #535150;
    border-left: 1.5px solid #535150;
    border-bottom: 1.5px solid #e8f1fb;
    border-right: 1.5px solid #e8f1fb;
}

.halloween {
    display: none
}