h1 {
  color: #3F5CA2;
  font-size: 40px;
  font-family: "Indie Flower", cursive;
  font-weight: 400;
}

h2 {
  color: #F58529;
  font-size: 30px;
  font-family: "Indie Flower", cursive;
  font-weight: 400;
}

h3 {
  color: #F58529;
  font-size: 25px;
 font-family: "Indie Flower", cursive;
  font-weight: 400;
}

body {
  background-color: #A1CDF4;
}



.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}

.gallery img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}

.item p {
  margin: 5px 0 0;
  font-size: 14px;
}

grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));

section {
  background: white;
  padding: 20px;
  margin: 20px auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  max-width: 600px;
}

header {
  background: linear-gradient(135deg, #FFC1CF, #FFE66D);
  padding: 40px;
  text-align: center;
  color: white;
}


body, p, a {
  font-family: Verdana, sans-serif;
  color: #203A69;
}

body {
  background-color: #A1CDF4;
  background-image: url('background.png');
  background-repeat: repeat;
  background-size: auto;
}

um guys??? hello????


