body {
  margin: 0px 0px;
  background-color: #474747;
  color: white;
}

.header {
  background: #22211f;
  text-align: center;
  font-size: 15px;
  padding: 1px 0px;
}

a:link {
  color: rgb(143, 230, 238);
}

a:visited {
  color: rgb(143, 230, 238);
}

.messageText {
  color: rgb(255, 255, 255);
  max-width: fit-content;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  text-align: center;
}

.messageBigText {
  color: rgb(255, 255, 255);
  max-width: fit-content;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 50px;
  text-align: center;
}

.finishText {
  color: rgb(255, 255, 255);
  max-width: fit-content;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  text-align: center;
}

.pageBody {
  height: 100%;
  width: 100%;
}

.flashcardDiv {
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.flashcard {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 50vh;
}

.noteTable {
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  text-align: center;
  font-size: 15px;
  padding: 1px 0px;
}

.note {
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  color: #22211f;
}

td {
  cursor: pointer;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
