body {
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}

.phone-container {
  position: relative;
  cursor: pointer;
}

.phone-container img {
  width: 300px;
  height: auto;
  display: block;
}

#phoneContent {
  position: absolute;
  top: 60px; /* Adjust based on your open image */
  left: 50px;
  width: 200px;
  color: white;
  text-align: center;
}

.hidden {
  display: none;
}

.keypad button {
  margin: 4px;
  padding: 10px 15px;
  font-size: 16px;
}