body {
            background-color:#DDA0DD;
        }
a {
    color:rgb(25, 25, 112);
}
hr {
    color:DodgerBlue;
}
mark {
    background-color:#B0C4DE;
}
.lol {
    color:#00008B !important;
}
.grr {
    text-align:center;
}
.meow {
    text-align:center;
}
.hue-rotate-filter {
    filter: hue-rotate(90deg);
}
ol:hover {
    color:#FF00FF;
}
#li {
    color:red;
}
#ugh {
    border-style:dashed;
}
#cart {
    animation:sepiafilter 2s forwards;
}
@keyframes sepiafilter {
    from {
        filter:sepia(0%);
    }
    to {
        filter:sepia(100%);
    }
}
div {
    perspective:100px;
}