body {
  background-color: black !important;
  font-family: 'Courier New', monospace;
  color: white;
}

h1 {
  color: green;
}

pre {
  color: white;
}

code {
  color: green;
  background-color: black;
}

#header {
  padding-left: 0em;
  width: 100%;
  top: 0px;
  right: 0px;
  border-bottom: 1px solid green;
  display: flex;
  justify-content: flex-end;
}
#header div {
  border-left: 2px solid green;
  padding-left: 1em;
}
#header div.twitter {
  padding-right: 1em;
}
#header a {
  font-family: 'Courier New', monospace;
}
#header a:visited {
  font-family: 'Courier New', monospace;
}
#header a:active {
  font-family: 'Courier New', monospace;
}

.footer {
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 1em;
  background-color: black;
  color: white;
  display: flex;
  border: 1px solid green;
  justify-content: space-between;
  align-items: stretch;
  font-family: 'Courier New', monospace;
}
.footer-windows {
  height: 1em;
}

.footer-time {
  height: 1em;
}

li {
  list-style: disclosure-closed;
}
li::marker {
  color: green;
}

#portfolio-picture {
  display: flex;
  justify-content: flex-end;
	float: right;
}

#portfolio-picture img {
  border-radius: 50%;
  display: block;
  border:1px solid #fff;
	width: 15em;
}
