p.home {
    font-family:Times;
    color:red;
}

h1.welcome {
    color:orange;
    !important
}

.games {
    list-style-type:square;
}


.likes {
    color:green;
    font-style:Comic;
}

.dislikes {
    color:red;
    font-style:Verdana;
}

.bio, h1 {
    color:purple;
}

.portfolio, h3, #bio {
    color:blue;
}


p {
    color:green;
}

mark {
    font-family:Serif;
    font-style:bold;
    background-color:red;
}

img.shadow-filter {
     filter: drop-shadow(4px 4px 5px blue);
}


img:hover {
    width:20%;
    filter: brightness(200%);
}

.straggler {
    color:red;
}

::first-letter {
    font-size:20px;
    

}