p{
    color:red!important;
}
h1{
    text-align:center;
}
h2{
    color:black;
}
.yes{
    color:Green;
}
.no{
    color:red;
}
#maybe{
    color:Blue;
}
figure{
    color:white;
}
figcaption{
    color:white;
}
p::before{
    font:italic;
opacity:.5;
    
}
p{ font-size:15px;}
img:filter{
    hue-scale:180deg;
}
img:hover{
    animation:3sec;
}