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

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

main, nav {
    color: white;

    a {
        color: lightgreen;
    }

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

    h1 {
        color: #00bf00; /* secondary */
    }

    img {
        max-width: 100%;
    }
}
