@font-face {
    src: url(fonts/3_NPCFont_Steven_TheEnd\ Medium.ttf);
    font-family: NPCFont;
}

body {
    font-family: NPCFont;
    font-size: 120%;
    color: aliceblue;

    background: url(images/stevenHere.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 110%;
}

Aside {
    /* background-color: blueviolet; */
    max-width: 275px;
    width: 275px;
    height: 400px;
    margin-left: 45px;
    margin-top: -75px;
    overflow: scroll;
    overflow: auto;
    float: left;

    background: url(images/navBar.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

#navi {
    /* background-color: aquamarine; */
    margin-top: 60px;
    margin-left: 45px;
    max-width: 170px;
    width: 170px;
    height: 150px;
    font-size: 100%;

}
.okSure {
    margin-top: 0px;
    margin-bottom: 3px;
}

#dude {
    text-align: center;
}

main {
    /* background-color: brown; */
    max-width: 430px;
    width: 440px;
    height: 230px;
    margin-top: 220px;
    overflow: scroll;
    overflow: auto;
    margin-left: 420px;
}

#back {
    margin-top: -75px;
    margin-bottom: 0px;
    margin-right: 100px;
    float: right;
}

#bL {
    font-size: 200%;
    margin-left: -40px;
    margin-bottom: -30px;
}
#sL {
    font-size: 200%;
    margin-left: 0px;
}