html {
    color-scheme: light dark;
}
body {
    padding: 2rem;
}
.address {
    border: 1px solid;
    padding: 1rem;
    padding-right: 3rem;
    max-width: fit-content;
    position: relative;
}
@font-face {
    font-family: "USPS IMb Standard";
    src: url(/imb.ttf);
}
.imb {
    font-family: "USPS IMb Standard";
    font-size: 12pt;
}
.stamp {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 40px;
}
.signature {
    margin-top: 2rem;
    font-style: italic;
}