body {
    margin: 0;
    min-height: 100vh;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Bitcount Single", monospace;
    font-size: 18px;
    /* font-weight: 100; */
}

.card {
    padding: 24px;
    border-radius: 4px;
    /* border: 1px solid #333; */
    background: #050505;
    box-shadow: 0 0 50px 8px rgba(100, 100, 100, 0.5);
    text-align: center;
    margin: 0 auto;
    width: fit-content;
}

.card img {
    width: 360px;
    mask-image: radial-gradient(ellipse 75% 75% at 50% 50%,
                            #000 55%, transparent 85%);
}

.card h1 {
    color: #fff;
    margin-top: 16px;
    text-shadow: 0 0 122px rgba(0, 200, 255, 0.9);
}

.card p {
    color: #aaa;
    text-shadow: 0 0 8px rgba(0, 200, 255, 0.5);
}

.bitcount-single-thin {
  font-family: "Bitcount Single", system-ui;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "CRSV" 0.5,
    "ELSH" 0,
    "ELXP" 0;
}
