body {
  font-family: 'Arial', cursive;
  background-color: #ffffff;
  text-align: center;
}

h1 {
  color: #333;
  text-align: center;
}

p {
  font-size: 20px;
}

p.small {
  line-height: 0.2;
}

p.big {
  line-height: 1.8;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    justify-content: center;
    gap: 30px;
}

.image-item {
    text-align: center;
}

.image-item img {
    display: block;
}

.image-item p {
    margin-top: 10px;
}

.creepster-regular {
  font-family: "Creepster", system-ui;
  font-weight: 400;
  font-style: normal;
}


.eater-regular {
  font-family: "Eater", serif;
  font-weight: 400;
  font-style: normal;
}


.mr-dafoe-regular {
  font-family: "Mr Dafoe", cursive;
  font-weight: 400;
  font-style: normal;
}

.dancing-script {
  font-family: "Dancing Script", cursive;
  font-weight: 400;
  font-style: normal;
}

.anton-regular {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.caveat-regular> {
  font-family: "Caveat", cursive;
  font-weight: 400;
  font-style: normal;
}

.pacifico-regular {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
}

