/*
@font-face {
    font-family: P22 Mackinac Pro;
    src: url('assets/P22 Mackinac Pro Bold.ttf'), format(ttf);
    color: #FFFFFF;
}
*/

body, html {
	height: 100%;
	display: grid;
	background-color: #323232;
	overflow-y: hidden;
}

#Nav {
    background-color: #8004B4;
    display: block;
    margin: auto;
    width: 200px;
    height: 920px;
    position: absolute;
}

#NavText1 {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#NavText2 {
    display: block;
    margin: auto;
    text-align: center;
    padding: 10px;
}

#Content {
    display: block;
    margin: auto;
    height: 800px;
    width: 800px;
    overflow-y: scroll;
    scrollbar-width: none;
}

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color: #a6a6a6;
}

h1, h2, h3, h4, h5, h6, p {
    color: #FFFFFF;
}