body {
  background-color: #d1b1c8;
  text-align: center;
}

#access-token-area {
  display: flex;
  align-items: center;
  justify-content: center;
}

#access-token {
  overflow: scroll;
  background-color: #b1b7d1;
  height: 10em;
  width: 30em;
  margin: 10px;
}

#copy-token-button: {
  margin: 10px;
}

/*
 * Colors:
 * pink lavendar: #d1b1c8
 * pastel blue: #b1b7d1
 * cadet grey: #9b9fb5
 * rocket metallic: #38c7284
 * old lavendar: #7a6174
 */
