@import url('base.css');
@import url('https://webring.sewifurs.org/webring.css');

body {
    background-color: #252525; /* main */
    font-family: 'Comic Sans MS', cursive;
}

main, header nav {
    color: white;
    text-shadow: #fef898 0 0 1px;

    a {
        color: lightgreen;
    }

    a:visited {
        color: #a700a8; /* ears, nose, pads */
    }

    h1, h2, h3, h4, h5, h6 {
        border-radius: 25%;
        border-style: dashed double dotted;
        color: #00bf00; /* secondary */
        text-align: center;
        padding-top: 0.25em;
        padding-bottom: 0.25em;
    }

    img {
        max-width: 100%;
    }
}
