* {
  margin: 0;
  padding: 0; }

nav {
  width: 100%;
  height: 50px;
  position: fixed; }

html, body {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px; }

#name {
  float: left; }

#textblock {
  height: auto;
  width: 35%;
  margin-top: 45px;
  float: right; }

h1 {
  text-align: center; }

h2 {
  text-align: center; }

h3 {
  text-align: center; }

p {
  padding: 20px; }

ol {
  list-style-type: decimal;
  margin-left: 50px; }

li a {
  height: 100%;
  display: block;
  text-align: center;
  background-color: black;
  padding: 14px 20px;
  text-decoration: none;
  color: white; }

#navList {
  list-style-type: none;
  background-color: black;
  color: white;
  overflow: hidden; }

#navItem1 {
  float: right; }

#navItem2 {
  float: right; }

#navItem3 {
  float: right; }

#enemyList {
  margin-left: 40px; }

table {
  margin-left: 20px; }

table, th, td {
  border: 1px solid black; }

img {
  height: 100%;
  width: 65%;
  margin-top: 45px;
  position: fixed; }
