body{
    background-color:#FFFF99;
}
img{
    height:150px;
    padding:5px;
    transition:height 1s, width 1s;
}
h1{
    color:#FF0066;
}
a{
    color:#CC0066;
    font-weight:bolder;
}
p{
    color:purple !important; 
    font-weight:bolder;
    
}
.portfolio{
    color:rgb(220, 20, 60);
}
.assignment{
    color:#4B0082;
}
#paragraph{
    color:green;
    font-weight:bolder;
}
li{
    color:darkmagenta;
    font-weight:bold;
}
h3{
    color:#FF0066;
    cursor: pointer;
}
mark{
    color:purple;
    background-color:chartreuse;
}
img.invert-filter:hover {
    filter: invert(100%);
}
.space{
    color:#B22222;
    font-family:cursive;
}
.fav{
    color:hotpink;
    font-family:helvetica;
}
.daily{
    color:#C71585;
    font-family:georgia;
}
.a:hover::after{
    color:purple;
    content:"Learn more about me!";
}
img.hue-rotation-filter{
    filter:hue-rotation(90deg);
    filter:brightness(75%);
}
img:hover{
    width:400px;
    height:400px;
}