/* Kune provisional CSS, 2024 by Rita Barrachina Libre Art License 1.3 https://artlibre.org/ */

* {
  box-sizing: border-box;
}

:root {
  --bg: #eff0d1;
  --text: #3b252c;
}	

body {
  margin: 0 auto;
  max-width: 40em;
  padding: 0 .62em;
  font: 1.4em/1.62 sans-serif;
  background-color: var(--bg);
  color: var(--text);
  text-align: center;
}

@media print {
  body {
    max-width: none;
    }
}

h1 {
  line-height: 1;	
  margin-bottom: 2rem;
  font-size: 2.4em;
}

img {
  width: 100%;
  height: auto;
}

div {
  width: 40%;
  margin: 0 auto;
  position: relative;
}

footer {
  font-size: 0.6em;
  text-align: center;	
  margin-top: 2em;
}
