* {
    transition : all 1s ease-out;
    -webkit-transition : all 1s ease-out;
    -o-transition : all 1s ease-out;
    -moz-transition : all 1s ease-out;
}

#, svg {
    display : none;
}

#face {
    fill : #ffffaf;
    stroke : #060505;
    stroke-width : 5;
}

#face:hover {
    fill : green
}

/* ToDo: Separate paths into #eye [pos='left'], etc. */
#eye [pos='left']:hover {
    transform : scale(1,.25)
}

#features {
    fill : black
}
