html,
body {
  background: white;

  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer */
  -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/

  overscroll-behavior-y: none;

  font-family: "Sen", sans-serif;
}

.adjust {
  border: 0;
  outline: 0;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #ccc;
  margin: 20px;
  font-size: 20px;
  padding: 0;
  text-align: center;
}

.values {
  font-size: 2em;
  padding: 0;
}

.card {
  background-color: black;
  width: 450px;
  margin: auto;
  margin-bottom: 10px;
  padding: 10px;
  border: none;
  outline: none;
}

#card4,
#card5,
#card6,
#card7,
#card8,
#card9,
#card10 {
  display: none;
}

p {
  max-width: 30em;
  color: white;
  font-size: 1.2em;
  text-align: center;
  margin: 10px 0 10px 0;
  letter-spacing: 0.1em;
}

#subject {
  text-transform: uppercase;
}

.container {
  padding-top: 4em;
  padding-bottom: 2em;
  text-align: center;
}

.butt {
  margin: 20px;
  outline: none;
  border: none;
  border-width: 2px;
  padding: 5px;
  margin-top: 30px;
  text-decoration: none;
  color: white;
  background-color: black;
  height: 60px;
  width: 60px;
  border-radius: 30px;
  transition: 0.2s;
  font-size: 1em;
}

#draft {
  font-family: "IBM Plex Mono", monospace;
  font-size: 1.1em;
  padding: 10px;
  box-sizing: border-box;
  border: none;
  background-color: #eeeeee;
  color: #888888;
  outline: none;
}
