html,
body {
    height: 100%;
    margin: 0;
}

body {
    display: grid;
    place-items: center;
    overflow: hidden;
    background: #a7efd7;
    color: #252525;
    font-family: system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.dbm-canvas {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.1;
}

.dbm-message {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0 1.5rem;
    max-width: 40rem;
    text-align: center;
    font-size: clamp(1.25rem, 2.4vw, 2.125rem);
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.4;
}
