body{
    color:tan;
    font-family:Georgia;
    font-size:20px;
    background-color:lightyellow;
    
}

.center{
    text-align:center;
}

#myProgress {
  width: 50%;
  background-color:grey;
}

#myBar {
  width: 90%;
  height: 30px;
  background-color:tan;
}

hr{
    background-color rgb(204, 138, 82)
}

img.shadow-filter {
    filter: drop-shadow(8px 8px 10px grey);
    
p::first-line{
    color:black;
}