.ddm-widget {
    all: unset;
    display: block;
    border: 0.15rem solid #000;
    cursor: pointer;
    
    font-size: 4rem;
    line-height: 0.8;
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
    /* text-stroke: 0.05rem gray;
    -webkit-text-stroke: 0.05rem gray; */
    margin-top: 0.5rem;

    color: white;
    background-image: url(/assets/images/ornithoptera-priamus-blue.webp);
    background-size: 100% auto;
    background-position: 0 -100%;

    &:hover {
        color: blue;
    }
}