body {
  margin: 0;
  padding: 0;
  background-color: #fdfdfd;
  color: #1f1f1f;
  font-size: 2rem;
  font-family: 'Viaoda Libre', serif;
  font-weight: 400;
  font-style: normal;
}
header {
  background-size: cover;
  text-align: center;
  padding: 1em 2em;
}
header img {
  max-width: 40em;
  width: 80%;
  margin: 2em 0;
  border-radius: 0.5em;
}
header h1 {
  font-family: 'Viaoda Libre', cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 2em;
  margin: 0;
}
header p {
  font-size: 1.5em;
  margin: 0.7em 0;
}
section {
  padding: 0 1em;
  max-width: 50em;
  margin: 0 auto;
  text-align: left;
}
.vertical-space {
  width: 2px;
  height: 2em;
  margin: 0.6em 3em;
  background-color: #1f1f1f;
}
._plans .info-block-event,
._plans .tree {
  margin-left: 1.5em;
}
._plans img {
  width: 3em;
  height: 3em;
  object-fit: cover;
}
.inner-block-event {
  padding-left: 1em;
}
.info-block-event {
  display: flex;
}
p,
.viaoda-libre-regular {
  font-family: 'Viaoda Libre', serif;
  font-weight: 400;
  font-style: normal;
}

p {
  font-size: 1.5em;
  font-weight: 500;
}

.great-vibes-regular {
  font-family: 'Great Vibes', cursive;
  font-weight: 400;
  font-style: normal;
}
h2 {
  color: #1f1f1f;
  font-size: 2.2em;
  margin-bottom: 0.5em;
  font-weight: 500;
}
.countdown #timer {
  font-size: 2.5em;
  color: #6b4e31;
  font-weight: bold;
  text-align: center;
}
.rsvp form {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin: 0 auto;
}
.rsvp input,
.rsvp select,
.rsvp button {
  padding: 0.8em;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.rsvp button {
  background-color: #6b4e31;
  color: white;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}
.rsvp button:hover {
  background-color: #8b6f47;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8em;
  justify-content: center;
}
.gallery img {
  width: 100%;
  border-radius: 0.5em;
}
.map iframe {
  width: 100%;
  height: 22em;
  border: none;
  border-radius: 0.8em;
}
.color-block img {
  width: 5em;
  height: 5em;
  object-fit: cover;
  border-radius: 2.5em;
  margin: 1em;
}
.color-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
footer {
  text-align: center;
  font-size: 1.5em;
  padding: 0em 1em 2em 1em;
}
@media (max-width: 730px) {
  body {
    font-size: 1.5rem;
  }
}
@media (max-width: 600px) {
  body {
    font-size: 1rem;
  }
}
