/* Begin Super Mario 64 letters */
.MarioS {
    color: #e92b2b;
}

.MarioU {
    color: #5c73e8;
}

.MarioP {
    color: #cece2e;
}

.MarioE {
    color: #5c73e8;
}

.MarioR1 {
    color: #2df22d;
}

.MarioM {
    color: #5c73e8;
}

.MarioA {
    color: #2df22d;
}

.MarioR2 {
    color: #cece2e;
}

.MarioI {
    color: #e92b2b;
}

.MarioO {
    color: #2df22d;
}

.Mario64 {
    color: #ff2f2f;
}
/* End Super Mario 64 letters */

h1 {
    text-align: center;
    color: #9afd03;
    background-color: #523769;
    font-size: 400%;
    padding: 10px;
    border-style:solid;
    border-width: 10px;
    overflow: hidden;
}

h2 {
    text-align: center;
    font-size: 180%; 
    margin: 20px;
    color: #9afd03;
    border: outset;
    border-color:#523769;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #523769;
}

h3 {
    text-align: center;
    color:#9afd03;
    font-size: 125%;
    margin: 20px;
}

#Mental1 {
    text-align: center;
}

h4 {
    text-align: center;
    color:#9afd03;
    font-size: 125%;
    margin: 20px;
}

.RetroWord {
    color: #1065dc;
}

.AchievementsWord {
    color: #cb9900;
}

.activismWord {
    color:#ff0000;
}

body {
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
    margin: 150px;
    margin-left: 350px;
    margin-right: 350px;
    background-image: url("Background.png");
    background-repeat: no-repeat;
    background-attachment: fixed;            
    background-size: 100% 100%;
}

#top {
    background-color: rgba(42, 70, 0, 0.95);
    padding: 20px;
    border: solid;
    border-color: #360461;
}

#bottom {
    background-color: rgba(42, 70, 0, 0.95);
    margin-right: 900px;
    margin-top: 10px;
    border: solid;
    border-color: #360461;
    height: 225px;
    overflow: scroll;
    position: sticky;
}


a {
    text-decoration: underline;
    text-decoration-color: #8c5cb5;
    color: #cfff85;
}

p {
    color:#9afd03;
    margin-left: 20px;
    margin-right: 20px;
}

ul {
    color:#9afd03;
}

ol {
    color:#9afd03
}

#DioJoke {
    text-align: center;
}

#Avatar {
    position: fixed;
    top: 1px;
    left: 1px;
    height: 94px;
    border: ridge;
    color: #2a4600;
    border-width: 3px;
}

#ApeEscape3 {
    position: fixed;
    height: 150px;
    top: 150px;
    left: 50px;
    border: inset;
    border-color: #523769;
 }

#OoT-MasterQuest {
    position: fixed;
    height: 150px;
    top: 330px;
    left: 51px;
    border: inset;
    border-color: #523769;        
}

#SM64 {
    position: fixed;
    height: 150px;
    right: 50px;
    top: 150px;
    border: inset;
    border-color: #523769;
}

#JaD {
    position: fixed;
    height: 150px;
    right: 50px;
    top: 330px;
    border: inset;
    border-color: #523769;
}

#PawPrintGreen1 {
    position: absolute;
    height: 150px;
    top: -2px;
    left: 300px;
}

#PawPrintGreen2 {
    position: absolute;
    height: 150px;
    top: -2px;
    right: 300px;
}

#TransFlag {
    position: fixed;
    bottom: 90px;
    right: 730px;
    height: 150px;
    z-index: -1;
}

#RedFlag {
    position: fixed;
    bottom: 30px;
    left: 570px;
    z-index: -1;
}

.tab {
    overflow: hidden;
    background-color: #523769;
    border: outset;
    border-color: #523769;
    align-content: center;
    text-align: center;
    padding: 7px;
    margin-top: -10px;
    margin-left: 7px;
    margin-right: 7px;
    
}

.tab button:hover {
    background-color: #a470d2;
    border: ridge;
    border-color: #4a7b00;
}

.tab button.active {
    background-color: #442a5b;
    border: inset;
    border-color: #4a2a53;
}

.tab button {
    text-align: center;
    color: #9afd03;
    background-color: #523769;
    border-color: #66a900;
    border: groove;
    font-size: 17px;
    }

.tabcontent {
     display: none;
}

