.buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10em;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
  }

  .credits {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 98%;
    height: 5%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 10;
  }

.say-hi-button {
    padding: 0.25em;
    border-radius: 4px;
    border: none;
    background: white;
    color: black;
    width: 8em;
    height: 4em;
  }

  #loginSpinner {
    display: none
  }

  .display-none {
    display: none
  }