<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.title_background {
  background: linear-gradient(135deg, #FFD6E0, #FFB6C1);
  color: #4A2A3A;
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}


.title_background .title {
  font-size: 2.5rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  color: #4A2A3A;
  line-height: 1.2;
}

.text_background {
  min-height: 100vh;
  padding: 60px 20px;
  background-color: #FFF0F5;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.text_background .text {
  font-size: 1.1rem;
  color: #6D3B47;
  margin: 0 auto;
  max-width: 1000px;
  text-align: justify;
  line-height: 1.8;
  position: relative;
  z-index: 2;
}

.text_background .text strong {
  font-weight: bold;
  color: #4A2A3A;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .title_background .title {
    font-size: 2rem;
  }

  .text_background .text {
    font-size: 1rem;
    line-height: 1.7;
  }
}</pre></body></html>