body::after {
    content: url(/images/hanko.svg);
    display: block;
    position: fixed;
    bottom: 1em;
    right: 1em;

    filter: opacity(55%);
    transform: scale(0.25);
    transform-origin: bottom right;
}

