body {
        font-family: 'Segoe UI', sans-serif;
        margin: 2rem;
        color: #333;
        background-color: #f9f9f9;
    }
.container {
    max-width: 800px;
    margin: auto;
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
h1, h2, h3 {
    text-align: center;
    color: #444;
}
.versiculo {
    font-style: italic;
    text-align: center;
    margin: 1rem 0;
}
.section {
    margin-top: 2rem;
}
.dados {
    margin-top: 1rem;
    line-height: 2;
}
.campo {
    border-bottom: 1px solid #ccc;
    display: inline-block;
    min-width: 200px;
}
.footer {
    text-align: center;
    font-size: 0.9rem;
    margin-top: 2rem;
    color: #777;
}
.motivacional {
    text-align: center;
    font-weight: bold;
    margin-top: 1rem;
    color: #222;
}
hr {
    margin: 3rem 0;
}
.section2{
    text-align: center;
}
#qrcode {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

@media (max-width: 600px) {
    #qrcode > canvas {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    width: 180px !important;
    height: 180px !important;

    }
}

.carousel-container {
  position: relative;
  max-width: 100%;
  margin: 40px auto;
  overflow: hidden;
  border-radius: 10px;
}

.carousel-slide {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-slide img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  flex-shrink: 0;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0,0,0,0.5);
  color: white;
  border: none;
  padding: 10px 16px;
  cursor: pointer;
  font-size: 24px;
  z-index: 2;
}

.carousel-btn.prev {
  left: 10px;
}

.carousel-btn.next {
  right: 10px;
}
