body {
  background-color: #171616;  
  color: #dad8d8;
  font-family: "Consolas", "Andale Mono", "Lucida Console", monospace;
}

a:visited, a:link, a:active {
  color: #dad8d8;
  text-decoration: none;
  transition: ease-in-out 0.2s;
}

a:hover {
  color: #999;
}

h1#nameleft {
  text-align: left;
  padding: 1.5rem;
  margin: .5rem;
  padding-top: 3rem;
}

h2 {
  text-align: center;
}

p#topbar {
  text-align: center;
  padding: 0;
  margin: 0;
}

a.topbar {
  text-align: center;
  height: 25px;
  line-height: 25px;
  vertical-align: top;
  color: #fff;
  margin-right: 5px;
  z-index: 95;
  background: #000;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

span#menu {
  display: flex;
  justify-content: center;
}

div#terminal {
  background-color: #292929;
  width: 100%;
  height: 100%;
  margin: 0;
  padding-top: .6rem;
}

div#content {
  background-color: #292929;
  width: 950px;
  height: 100%;
  min-width: 950px;
  max-width: 950px;
  margin: 0px auto;
  padding: 25px 0px 0px 0px;
  border: none;
  margin-top: -10px;
  font-size: larger;
}

img#head-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
}

div#footer {
  text-align: left;
  left: 0;
  bottom: 0;
  width: 100%;
}

img#footer-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
}

ul.list1 {
  list-style: none;
  padding-left: 0;
  text-align: center;
}

ul.list2 {
  list-style: none;
  padding-left: 0;
  text-align: left;
}
