body {
  background-color: #141414;
}

#container {
  width: 350px;
  margin: auto;

  font-family: "Source Code Pro", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;

  font-size: 13px;
  text-align: center;

  color: #999;
}

a {
  color: #ddd;
  text-decoration-style: dotted;
}

a:hover {
  color: #fff;
  text-decoration-style: solid;
}

#logo {
  margin-top: 150px;
  text-align: center;
}

#logo img {
  display: inline-block;
}

#reassurance {
  margin-top: 20px;
}

#contact {
  margin-top: 20px;
}
