h1 {
    text-align: center;
    font-family:cursive;
}
img { 
    height:200px;
    width:200px;
}
.big {
    height:200px;
    width:470px;
}
body {
    font-family:Times;
    background-color:#778899;
    color:white;
}
.colors {
    color:red;
}
p { 
    color:Azure !important; 
}
a { 
    color:white;
    font-family:cursive;
}
#fc {
    background-color:rgb(85, 107, 47);
}
.spchT {
    width:100%;
}
i {
    color:#F0E68C;
    text-align: center;
    font-size:40px;
    font-family:cursive;
}
b {
    text-align:center;
}
.smallpic {
    width:300px;
    height:200px;
}
img.filtered-image {
    animation: sepiaFilter 2s forwards;
}
@keyframes sepiaFilter {
    from {
        filter: sepia(100%);
    }
    
    to {
        filter: sepia(0%);
    }
}
ul {
    opacity:0.5;
}