body {
  background-color: #303030;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-align: center;
  color: white;
}

.logo {
  max-width: 8rem;
  margin-bottom: 1rem;
  padding: 1rem;
}

.container {
  display: flex;
  justify-content: center;
}

.paper {
  box-shadow: 0px 3px 3px -2px rgb(0 0 0 / 20%), 0px 3px 4px 0px rgb(0 0 0 / 14%), 0px 1px 8px 0px rgb(0 0 0 / 12%);
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 4px;
  padding: 2rem 3rem 3rem 3rem;
  width: auto;
  background-color: #424242;
  color: #fff;
}

.btn-primary {
  appearance: none;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
  user-select: none;
  box-shadow: rgb(28 39 43 / 20%) 0px 5px 8px;
  padding: 13px 32px;
  text-align: center;
  margin: 0px;
  color: rgb(255, 255, 255) !important;
  background-color: #2ecc71;
  text-decoration: none;
}

.apple-icon {
  font-size: 19px;
  margin: 25px 5px 0 0;
}

a {
  color: #2ecc71;
}