body{
    align-items: center;
    text-align: center;

 
}
a{
    text-decoration: none; 
    
}
.main-logo{
    margin: 0;
   padding: 5px;
    height: 80px;
    background-color: #dff1e6;
    
}
.link{
    margin-right: 30px;
    color: black;
    font-weight: bold;
}
.shendeti{
    height: 80px;
    width: 80px;
    padding-right: 1500px;
}

.turgut{
    height: 80px;
    width: 80px;
}

.secondary-pages{
    padding: 20px;
    margin: 0;
    background-color: #CDE6D6;
}
.selfcare{
    width: 100%;
    
 
}
.image-below{
    height: 780px;
}


.container {
  display: flex;
  justify-content: space-around;
  padding: 50px;
  padding-bottom: 35px;
  padding-top: 20px;
  text-align: center;
  background-color: #e5e9eb;
 
}

.box {
  width: 250px;
}

.box h2 {
  margin-bottom: 15px;
}

.box p {
  font-size: 14px;
  line-height: 1.3;
}


.title-intro{
    margin: 0;
    color: #004209;
    padding-top: 120px;
    padding-bottom: 0;
    background-color: #e5e9eb;
   
  
}



.card-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
  gap: 100px;
  height: auto;
  padding: 0;
  padding-bottom: 50px;
  padding-top: 50px;
  
}

.card {
  width: 500px;
  height: 300px;
  perspective: 1000px;

  
}

.card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.card:hover .card-inner {
  transform: rotateY(180deg);
}

.card-front, .card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.card-front {
  background: #9fc2bcc4;
  color: #333;
}

.card-front h1 {
  font-size: 2rem;
  margin: 0;
  color:#226459c4;
}

.card-front p {
  margin: 8px 0 0;
  font-size: 1.1rem;
  color: #ffffff;
}

.card-back {
  background: #adc0bdc4;
  color: rgb(0, 0, 0);
  transform: rotateY(180deg);
}

.card-back h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.card-back p {
  font-size: 20px;
  max-width: 400px;
}

.second-title{
  background-color: #CDE6D6;
  padding: 20px;
  border: 2px solid #87c09c;
}
.second-title h2{
    font-size: 35px;
}
.second-title p{
    font-size: 20px;
}




h1 {
    text-align: center;
    color: #000000;
    margin-bottom: 60px;
    font-weight: normal;
}

.flashcards {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
  
}

.nr1 {
    max-width: 300px;
    text-align: center;
}

.nr1 img {
    width: 200px;
    background-color: #f2f3f5;
    padding: 30px;
    border-radius: 40%;
    margin-bottom: 25px;
}

.nr1d p {
    font-size: 15px;
    line-height: 1.6;
    color: #000;
}
.third-title{
padding-top: 35px;
margin-bottom: 70px;
}


.footer {
  background-color: #D2ECCA; 
  padding: 20px;
  text-align: center;
  font-family: Arial, sans-serif;
  color: #333;
  border: 2px solid #a1cbb0;
  margin-top: 70px;
}

.footer .footer-content p {
  margin: 5px 0;
  line-height: 1.5;
}

.footer strong {
  font-size: 1.2em;
}