body {
  background: #fdf6f9;
  font-family: "Segoe UI", sans-serif;
  color: #333;
  text-align: center;
  padding: 40px;
}
nav {
  margin-bottom: 20px;
}
nav a {
  color: #d96ba1;
  text-decoration: none;
  margin: 0 10px;
  font-weight: bold;
}
nav a:hover {
  text-decoration: underline;
}

.box {
  background: white;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  display: inline-block;
}