* {
  box-sizing: border-box;
}

body {
  background-color: black;
  color: #770000;
  font-family: 'Caveat', cursive;
  font-size: 25px;
  line-height: 1.25em;
  text-align: center;
}

body, html {
  height: 100%;
  display: grid;
}

#swistak {
  max-width: 1000px;
  margin: auto;
}

/* p, */
h1,
h2 {
  margin-bottom: 1em;
}

/* h1, h2 {
  margin-top: 2.5em;
} */

h1 {
  font-size: 35px;
}
