/* in dedicated file, because adding it to main.css didn't work on production */

/* banner
   ------------------------------ */

.banner {
    width: 30rem;
    margin: 1.5rem auto 0;
}

.banner mark {
    border-radius: .25rem;
    background: none;
    padding: .1rem .2rem;

    background: darkseagreen;
    color: #fff;
}

/* should move this to main.css */
a {
    padding: .1rem .2rem;
    border-radius: .25rem;
}
