@import url('flashcards.css');

.modal-header {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.start-screen {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #cfe2f3;
}

.start-button {
  width: auto;
  height: auto;
  padding: 0.3em 2em;
}