@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Regular.ttf') format('truetype');
}

body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 2rem;
  background-image: url('background.png');
  background-size: cover;
  background-repeat: repeat;
  font-family: 'Segoe UI', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  text-align: center;
}

.card {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 2rem;
  border-radius: 20px;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.photo {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 1rem;
}

h1 {
  font-size: 2rem;
  color: #d14785;
  margin-bottom: 0.5rem;
}

p {
  font-size: 1rem;
  color: #444;
  margin-bottom: 1.5rem;
  font-family: 'Poppins', sans-serif;
}

.cake {
  display: block;
  margin: 0 auto;
  width: 45%;
}
