html,
body {
  background: url(linedpaper.png) #eeeeee;

  -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: "Pangolin", "Jua", "Montserrat", sans-serif;
}

.card {
  background-color: white;
  width: 320px;
  height: 30px;
  margin: auto;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 10px;
  border-width: 2px;
  border-style: dashed;
  border-color: #dadada;
}

p {
  max-width: 30em;
  color: black;
  font-family: "Pangolin", "Jua", "Montserrat", sans-serif;
  font-size: 1em;
  text-align: center;
  margin: 5px 0 5px 0;
  letter-spacing: 0.1em;
}

#card0 {
  margin-bottom: 2em;
}

#subject {
  text-transform: uppercase;
}

.container {
  padding-top: 1em;
  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: pink;
  height: 60px;
  width: 60px;
  border-radius: 30px;
  transition: 0.2s;
  font-size: 1.6em;
}

.butt:hover {
  background-color: lightpink;
}

.hide {
    display: none;
}
