@font-face {
    font-family: MarioLuigi2;
    src: url('../font/MarioLuigi2.ttf');
}

@font-face {
    font-family: NSMBUfont;
    src: url('../font/nsmbu-font.ttf');
}

@font-face {
    font-family: Mario256;
    src: url('../font/SuperMario256.ttf');
}

@font-face {
    font-family: SuperMarioWii;
    src: url('../font/SuperMarioBrosWii.otf');
}

@font-face {
    font-family: devilFont;
    src: url('../font/ArtDystopia II.otf');
}

pad5 {
    padding: 5px;
}

.clickables {
    width: 24px;
    height: 24px;
}

.headerMarioLuigiFnt {
    font-family: MarioLuigi2;
    color: aquamarine;
    text-align: center;
}

.reusableTextThings {
    text-align: center;
}

.genericTitle {
    text-align: center;
    font-family: Mario256;
    font-size: 64px;
    text-shadow: 5px 8px #0000005b;
}

.titleBGv2 {
    width: 100%;
    height: 175px;
    background-image: url('../img/icon/new2.gif');
    background-repeat: repeat;
    animation: titleBGanim 0.5s linear infinite;
    background-position: center;
}

@keyframes titleBGanim {
    0% {
        background-position-x: 0px;
    }
    100% {
        background-position-x: 64px;
    }
}

.setupButtons {
    text-align: center;
    background-color: #c0c0c0;
    width: 500px;
    position: relative;
    left: 37%;
    border: 8px outset;
}

.projectbtn {
    text-align: center;
    background-color: #3dff94;
    border: 8px outset;
}