html,
body {
  font-family: sans-serif;
  font-size: 16px;
}

h1 {
  font-size: 1.5rem;
}

input.button {
  margin-left: 1rem;
}

textarea {
  width: 95%;
  margin-bottom: 1rem;
  padding: 0.5rem;
  font-size: 1.5rem;
}

button {
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  width: 6rem;
  font-size: 1.2rem;
  color: white;
  background-color: #541c82;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
}

.card {
  line-height: 200%;
  padding: 0.5rem;
  margin-bottom: 2rem;
  border: 1px black solid;
  border-radius: 0.25rem;
}

input[type="time"] {
  margin-left: 2rem;
}
