img.filtered-image {
    animation: sepiaFilter 2s backwards;
}

@keyframes sepiaFilter {
    from {
        filter: sepia(0%);
    }
    
    to {
        filter: sepia(100%);
    }

a {color:LightSeaGreen; 
}
img {
    width="1200px" height="50px";
}
h3 { text-align:left !important;
}
.homeh1 {
 
  font-stretch: expanded;
}
.h3 {text-align:right;
}
.home { background-color:#bebebe;
}
.port { background-color:rgba(255, 99, 71, 0.2);
}
#font {font-style:italic;
}
mark { background-color:grey;
}
img.contrast-filter {
    filter: contrast(500%);
}
.welcome-div {
    text-align:center; 
}
.table-div {
    background-color:white;
}
.progress-div {
 background-color:green;
}
li:hover {
    font-size:30px;
}
ifram:hover {
height:500px; width:800px;
}