h1 {
  text-align: center;
  color: tomato;
  text-shadow: 2px 2px 2px grey;
  font-family: Helvetica;
  font-size: 40px;
}

#tomato {
  position: absolute;
}

.fresh {
  padding: 60px;
  width: 100px;
  height: 100px;
}

.smashed {
  padding: 0;
  width: 200px;
  height: 200px;
}

#hammer {
  position: absolute;
  width: auto;
  height: 100px;
}

html {
  cursor: none;
}