body {
    background: #222;
}

#root {
    color: white;
}

.cell {
    padding: 10px;
}

.cell * {
    position: relative;
}

.cell > *:first-child::before {
    border-radius: 50%;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    content: '';
    display: block;
    height: 99%;
    left: 0.5%;
    position: absolute;
    top: 0.5%;
    width: 99%;
}

/* td:only-child::before {
    content: 'Minting will open 2022-02-05 at 6am UTC.';
    display: block;
    margin-bottom: 0.5em;
} */
