body {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
  background-color: #1c1933;
}

.container {
  max-width: 40em;
}

.brand {
  color: #f39c12;
}

.link {
  text-decoration: none;
  color: #b4b0ba;
}
