.notice {
    background-color: white;
    border: 2px dotted black;
    font-family: serif;
    color: black;
    display: inline-block;
    width: 69%;
    margin-top: 2em;
    padding: 24px;
    text-align: left;
}

.stamp a {
    color: red;
    text-decoration: underline overline;
    font-size: small;
}

i {
    color: blue;
}

n {
    color: green;
}