h1 {
    text-align: center;
    font-family: 'Creepster';
    color: #8B0000;
    margin-top: 100px;
}

p {
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}

.creepster-regular {
  font-family: "Creepster", system-ui;
  font-weight: 400;
  font-style: normal;
}

