body{
    margin: 0;
    padding: 0;
    height: 100%;
    background-color:black
}

.title{
    font-family:'Courier New', Courier, monospace;
    background-image: url(/img/stars.png);
    text-shadow: 4px 2px #0add2d;
    width:99.2%;
    height: 100px;
    border-bottom: 10px solid white;
    border-top: 10px solid gray;
    border-left: 5px solid gray;
    border-right: 5px solid white;
    position: sticky;
    top: 0;
    z-index: 15;
}

.mainText{
    position:relative;
    top:30%;
    left:30%;
    transform: translate(-10%, -10%);
    height:100vh;
    width: 100vh;
    background-color:gray;
    font-family:Arial, Helvetica, sans-serif;
    padding-top: 150px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
    z-index: 10;
}

/*navigation stuffz*/

.linkSurface{
    position:fixed;
    top:30%;
    left:10px;
    width:20%;
    height: 65%;
    overflow:scroll;
    font-family:'Courier New', Courier, monospace;
    background-color: gray;
}

.homeFloater{
    position:fixed;
    background-color: gray;
    left: 10px;
    width:20%;
    bottom:1%;
    font-family:'Courier New', Courier, monospace;
}