*, ::after, ::before {
  box-sizing: border-box;
}

body {
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
  color: rgb(255, 255, 255);
  background-color: rgb(33, 37, 41);
  text-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
  display: flex;
}

.container {
  max-width: 30rem;
  text-align: center;
  margin: 0 auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.actions-list {
  margin-top: 0;
}

.actions-list li {
  text-align: left;
}

.actions-list li a {
  color: white;
}