/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */

.static {
  position: static;
}

*, ::after, ::before, ::backdrop, ::file-selector-button {
  box-sizing: border-box;
  border: 0 solid;
  margin: 0;
  padding: 0;
}

.app {
  height: 100vh;
  display: grid;
  gap: 0px 0px;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr min-content;
}

.app header {
  text-align: center;
  h1 {
    margin-top: 1rem;
    font-size: 4rem;
  }
}

.app footer {
  padding-bottom: 0.5rem;
}

.app footer p {
  cursor: pointer;
  display: inline;
  margin: 1rem 1rem;
}

.app footer div {
  text-align: right;
}
