* {
  font-weight: 200;
}

.cursive {
  font-family: cursive;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  padding: 0.5rem 1rem;
}

h1 {
  font-weight: 400;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}

main {
  flex-grow: 1;
}

section {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

button {
  text-decoration: none;
  border: 1px solid #4444;
  border-radius: 6px;
  margin: 4px 12px;
  padding: 4px 12px;
  cursor: pointer;
}

footer {
  margin-top: 1rem;
  text-align: end;
}

footer a {
  text-decoration: none;
}
