h1 {
    text-align: center;
    font-family: "Bebas Neue";
}

body {
    background-color: #c7c4bb;
}

table {
	text-align: center;
         float: center;
}

h3 {
	text-align: center;
}

nav {
	background-color: #grey;
               width: 300px;
              height: 400px;
        border-width: 1px;
        border-style: solid;
        border-color: black;
	           float: right;
}