a, .italic, figcaption {
    font-style:italic;
    !important
}
.atag, .favorite {
    font-style:bold;
}
.police {
    opacity:0.75;
    filter:brightness(0.8);
}
main {
    min-height:600px;
}
img:hover {
    height:400px;
    width:400px;
}
img.hue-rotate-filter, .police {
    filter:hue-rotate(90deg);
    transition:height 1s, width 1s;
}
.first:hover::after {
    background-color:PaleGoldenRod;
    content:" - My favorites!!";
}
body {
    background-color:turquoise;
    overflow:auto;
}
mark {
    background-color:yellow;
}
.map, .video, img {
    border:5px dotted black;
    margin:10px;
}
#emphasize {
    font-style:italic;
}
.div {
    font-style:bold;
    background-color:red;
}
.divv {
    font-style:bold;
    background-color:white;
}
.divvv {
    font-style:bold;
    background-color:LightBlue;
}