section.wrap.note--archive {
    max-width: 30rem;
    margin: 2rem auto;
    padding: 1rem;
    border: 0px solid indianred;
    border-radius: 1rem;
    box-shadow: 0 0.15rem orange, 0 0.3rem indianred, 0 .6rem 1rem -0.3rem #ccc;
    text-align: center;
    background: #ffa50008;
    font-size: 1rem;
    line-height: 1.5;
}
