html {
}

body {
  margin: 0;
  background-color: #3f3f3f;
  font-family: "Liberation Mono", monospace;
}

#main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#main > div {
  margin: 10px;
}

#me {
  font-size: 400%;
  color: #dcdccc;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

.links {
  font-size: 150%;
  line-height: 150%;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

.sep {
  color: #dcdccc;
  margin: 0 16px;
}

a {
  color: #f0dfaf;
}
