
body {
  margin: 0;
  padding: 0;
  font-family: 'Comic Sans MS', cursive;
  background: url('images/background.jpg') no-repeat center center fixed;
  background-size: cover;
}

.overlay {
  background-color: rgba(255, 255, 255, 0.4);
  font-size: 20px; 
  width: 100%;
  height: 100%;
  position: absolute;
}

.container {
  max-width: 500px;
  margin: 5% auto;
  background-color: rgba(255, 255, 255, 0.452);
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.gif {
  width: 100%;
  max-width: 300px;
  border-radius: 10px;
}


h1 {
  color: #ff4081;
}

.foto-kekasih {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 20px;
  border: 4px solid #ff4081;
}

.player button {
  margin: 10px;
  padding: 10px 20px;
  font-size: 1.5rem;
  border: none;
  border-radius: 10px;
  background-color: #ff4081;
  color: white;
  cursor: pointer;
}

.cute-btn {
  margin: 5px;
  padding: 10px 15px;
  font-size: 1.2rem;
  border-radius: 20px;
  background-color: #ffcccb;
  color: #000;
  border: 2px solid #ff4081;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.cute-btn:hover {
  background-color: #ffc0cb;
  transform: scale(1.05);
}

.extra-foto {
  margin: 15px 0;
  color: #333;
  font-weight: bold;
}

.foto-preview {
  margin-top: 10px;
  width: 100px;
  border-radius: 10px;
  border: 2px solid #ff4081;
}
