
#cake-preview {
  text-align: center;
  margin-top: 20px;
}

#cake-shape-preview {
  width: 200px;
  height: 200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-family: sans-serif;
  color: #333;
  transition: all 0.3s ease;
}

.cake-round {
  border-radius: 50%;
}

.cake-square {
  border-radius: 0;
}
