.type {
  display: none;
}

article.flex {
  display: flex;
  gap: 20px;
}

h4.def {
  width: 290px;
  margin: 0 auto;
}

article.settings {
  padding-top: 15px;
  padding-bottom: 10px;
}

article.settings div.flex {
  justify-content: left;
  height: min-content;
  margin: 0;
}

article.settings div.flex select {
  height: fit-content;
  width: fit-content;
  margin-top: 3px;
  margin-left: 3px;
  margin-right: 15px;
  height: min-content;
}

article.settings div.flex h4 {
  white-space: nowrap;
  height: min-content;
}

article.settings div.flex button {
  height: min-content;
  margin: 0;
}

.flashcard {
  word-wrap: break-word;
  display: flex;
  font-size: 20px;
  font-family: sans-serif;
  font-weight: bold;
  color: black;
  background-color: white;
  border: solid 2px black;
  width: 240px;
  height: 120px;
  padding-top: auto;
  padding-bottom: auto;
  text-align: center;
  justify-content: center;
  align-items: center;
  cursor: default;
  overflow: hidden;
}

.ready {
  text-decoration: underline;
  text-decoration-color: green;
}

button.start {
  font-size: 40px;
  padding: 10px;
  margin: 60px auto;
  display: block;
}

article.flashcards, article.type, article.mark {
  display: none;
}
