.shadow_keeper {
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.grow:hover {
  transform: scale(1.1);
  cursor: pointer;
  transition-duration: .25s; 
}

.noButton {
  background-color: transparent;
  border: none;
}