#myImage{
  cursor:pointer;
  box-shadow: 0px 0px 70px #000000;
  filter: brightness(130%) saturate(150%);
}

body{
  background-color: #343541;
  cursor: help;
}

#center{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
