@media (max-width: 700px) {
  #cake-image {
    width: 300px;
  }
  #cream-image {
    width: 50px;
    height: 50px;
    top: 200px;
  }
  #cake-position-container {
    height: 300px;
  }
}
