body {
  background-color: #0C0C0C;
  color: #ffffff;
  font-family: monospace, sans-serif;
  font-size: 12pt;
}

a {
  color: #00ffff;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #ffff00;
}

li {
  margin-left: 30px;
}

ul {
  margin-right: 30px;
}

table {
  border-style: solid;
  text-align: center;
  width: 90%;
}

tr {
  height: 30px;
}

td {
  border-style: solid;
  width: 15%;
}

.me a {
  border-radius: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 250px;
}

.me img {
  border-color: #ffffff;
  border-radius: 100%;
  padding: 25px;
  transition: 1s;
  width: 250px;
}

.me img:hover {
  padding: 0px;
  width: 300px;
}

.header {
  font-size: 48pt;
  margin-bottom: 40px;
  margin-top: 40px;
  text-align: center;
}

.lean {
  margin-bottom: -10pt;
  width: 150pt;
}

.lmfdb {
  margin-bottom: -30pt;
  width: 150pt;
}

.terminal {
  background-color: #012456;
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  max-width: 1500px;
  min-width: 750px;
  padding: 10px;
  width: 75%;
}