.profile {
         width:475px; height:275px;
     }
     
h1 {
    text-align:center;
}

.font1 {
    font-family:Courier;
}

.font2 {
    font-family:Times;
}

#quote {
    height:250px;
    width:450px;
 }
 
 a{
  font-family:Courier;
    text-align:left;
    color:forestgreen;
 }
 
 {
    color:#228B22;
    font-family:Courier;
    text-align:left;
}

body {
    background:pink;
}

.table {
    color :rgb 65, 105, 225 ;!important
    text-align:center;
}

.progress{
    
    text-align:center!important;
}

.square{
    "list-style-type:square;"
}
mark {
    background-color:LightSkyBlue;
}

img.saturate-filter:hover {
    filter: saturate(8);
  opacity: 0.5;
}
a:hover {
  background-color: LightBlue;
}

.double {outline-style: dotted; outline-color:White;}

#img2 {
   filter:hue-rotate(25deg); 
   filter:brightness(110%);
}
 @keyframes mymove {
     from{left:0px;}
     to{left:200px;}
     
 }
 
 div{
     width:300px;
     height:100px;
     background:pink;
     position:relative;
     animation:mymove 5s infinite;
 }