body {
/*   background-image: url(""); /*
  background-repeat: repeat;
  background-size: 20%;
}
}

h1 {
  color: floralwhite;
  margin-left: 20px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

#myImg { 
  filter: contrast(120%); brightness(50%);}
  
.filter {
  filter: drop-shadow(8px 2px 10px black); /* Or any other filter you want */
}

  
.positioned-absolute {
    position: absolute;
    top: 145px;   /* 50px from the top of the .container */
    left: 335px;  /* 50px from the left of the .container */}


