* {
  outline: none; }

body {
  margin: 0 auto;
  background: black;
  color: white;
  font-family: sans-serif; }

.app {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh; }
  .app .user-fields input {
    padding: 8px 10px; }
  .app .user-fields button {
    padding: 8px 10px;
    background: lightslategray;
    border: 0;
    margin-left: 15px;
    border-radius: 2px; }
  .app .info {
    margin-top: 4vh; }
