body {
  display: flex;
  margin: 0;
  justify-content: center;
  position: fixed;
  background-color: #1e1e2e;
  height: 100%;
  width: 100%;
  align-items: center;
  font-family: monospace;
}

form {
  input {
    color: #b4befe;
    background-color: #11111b;
    border: 1px solid #b4befe;
    &:active, &:focus, &:hover {
      outline: 2px solid #b4befe;
    }
  }
}
