body {
    background-color: #4A7C59;
    margin: 0;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: url('stamp-cursor.png'), auto;
}

.splat {
    position: absolute;
    transform: translate(-50%, -50%);
    pointer-events: none;
    width: 150px;
    height: 150px;
}

h1 {
    color: #A12A20;
    text-align: center;
    font-family: 'Fredoka', sans-serif;
    font-size: 4rem;
    -webkit-text-stroke: 12px white;
    paint-order: stroke fill;
    transform: rotate(-6deg);
}
