html {
  background: #000;
  color: #fff;
  font-family: monospace;
  font-size: 1rem;
}

a {
  color: white;
}

.back {
  position: fixed;
  margin: 1rem;
  left: 0;
  top: 0;
}

.container {
  height: 200px;
  position: relative;
}

.center {
  margin: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  bottom: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#mechanic {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

.links {
  width: 100%;
  margin-top: 2rem;
}
