html {
  background-color: #000;
  color: #fff;
}

header {
  top: 16px;
  left: 16px;
  position: absolute;
}

header hr {
  margin-top: 8px;
}

h1 {
  margin-bottom: 8px;
}

body {
  overflow: hidden;
}

.container {
  margin-top: 140px;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.content {
  padding: 16px;
  width: 70%;
}

a {
  color: #08f;
}

.description {
  margin-top: 8px;
  margin-bottom: 4px;
}

.separator {
  height: 1px;
  background-color: lightgray;
  border: none;
}

.content p {
  margin-bottom: 8px;
}
