
body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #fff8f0;
  margin: 0;
  padding: 0;
}
header, section {
  text-align: center;
  padding: 20px;
}
.cover img {
  width: 100%;
  height: auto;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 15px;
  padding: 20px;
}
.gallery img {
  width: 100%;
  border-radius: 10px;
}
.btn {
  display: inline-block;
  background: #ff4081;
  color: white;
  padding: 10px 15px;
  margin: 5px;
  border-radius: 5px;
  text-decoration: none;
}


h1 {
  font-size: 3rem;
  font-weight: bold;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #d63384;
  margin-bottom: 0;
}

h2 {
  font-size: 2rem;
  color: #333;
  font-weight: 600;
  font-family: 'Segoe UI', sans-serif;
}
