* {

	   padding: 0;
               box-sizing: border-box;
    margin: 0;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   line-height: 1.7;
  color: #2c3e50;
   background: #fafbfc;
}

.main-navigation {

  background: #ffffff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    position  :        sticky;
    top: 0;
  z-index   :  1000;
   padding: 1rem 0; 

}

.nav-container {
   max-width :      1280px;
    margin: 0 auto;
    padding: 0 2rem;
	 display: flex;
    justify-content: space-between;
	 align-items: center;


}

.site-logo {
    height: 48px;
      width: auto;
}

.mobile-toggle {
       display: none;
    background: none;
   border: none;
          flex-direction: column;
  gap: 5px;
    cursor   :      pointer;
    padding: 8px;
}

.mobile-toggle .bar {
  width: 28px;
	 height: 3px;
      background     :       #34495e;
   transition: 0.3s;
    border-radius :2px; 
	
}  

.nav-links  {
  display: flex;
     gap: 2.5rem;
	 align-items: center;
}

.nav-links a {
  text-decoration: none;
  color: #34495e;
   font-weight: 500;
   transition: color 0.3s;
    font-size: 16px;
}

.nav-links a:hover {
      color: #5d7a99;
}

.cta-nav {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white !important;
   padding: 0.7rem 1.5rem;
  border-radius: 6px;
}

.cta-nav:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(102,126,234,0.3);
}

.hero-section {


  max-width: 1280px;
    margin: 0 auto;
    padding: 5rem 2rem;
    display: grid;
			grid-template-columns :       1fr 1fr;
      gap: 4rem;
    align-items: center;
     }

.hero-content h1   {
  font-size: 3.2rem;

	    color: #1a252f;

	  margin-bottom  :      1.5rem;

	    line-height: 1.2;

		font-weight: 700;
}

.hero-subtitle {

  font-size: 1.25rem;
  color: #546e7a;
   margin-bottom: 2.5rem;
    line-height: 1.6;
}

.hero-actions 
 {
	display: flex;
     gap:        1.5rem;
}

.btn-primary, .btn-secondary {
	   padding: 1rem 2rem;
   -webkit-transition :    all 0.3s;
    -moz-border-radius    :       8px;
   border-radius: 8px;
   -webkit-border-radius: 8px;
   text-decoration: none;
	font-weight: 600;
	transition: all 0.3s;
    display: inline-block;


     }

.btn-primary {
	  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;}

.btn-primary:hover {
  transform: translateY(-3px); 
  box-shadow: 0 8px 20px rgba(102,126,234,0.4);
}

.btn-secondary {

    border: 2px solid #667eea;
   color: #667eea;
   background: transparent;
     }

.btn-secondary:hover {
  background: #667eea;
   color: white;
}

.hero-visual img {
   width: 100%;

	 height: auto;

    border-radius    :  12px;

  box-shadow: 0 12px 40px rgba(0,0,0,0.12);
}

.intro-section  {
  background: white;
    padding: 5rem 2rem;
}

.content-wrapper {
  max-width: 920px;
   margin: 0 auto;
}

.intro-section h2 {
    font-size: 2.5rem;
    color: #1a252f;
  margin-bottom: 1.5rem;
  text-align     :       center;
}

.intro-section p {
  font-size  :    1.1rem;
    color: #546e7a;
  margin-bottom: 1.5rem;
    text-align: center;
}

.approach-section  
  {
   padding: 5rem 2rem;
  max-width: 1280px;
   margin: 0 auto;
}

.content-grid {
               display: grid;
  grid-template-columns: repeat(3, 1fr);
      gap: 2.5rem;
}

.approach-card {
  background: white;
	    border-radius: 10px;
	  overflow   :        hidden;
	  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
	    transition: transform 0.3s;
}

.approach-card:hover {

	  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15); 
	
	}

.approach-card img {
   width: 100%;
               height: 240px;
                    object-fit: cover;
}

.approach-card h3
	{
          padding: 1.5rem 1.5rem 0.5rem;
   font-size: 1.5rem;
    color: #2c3e50;
}

.approach-card p {
	padding     :      0 1.5rem 1.5rem;
               line-height :  1.6;
  color: #546e7a;
}

.cta-banner {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   padding: 4rem 2rem;
    text-align: center;
}

.cta-content h2
{
    color: white;

	      font-size: 2.5rem;

	   margin-bottom: 1rem;
}

.cta-content p {
  color: rgba(255,255,255,0.9);
    font-size: 1.2rem;
  margin-bottom: 2rem;
    max-width   :  720px;
        margin-left: auto;
   margin-right: auto;
}

.btn-highlight {


    background: white;
	color: #667eea;
    padding: 1.2rem 2.5rem;
   border-radius: 8px;
   text-decoration: none;
          font-weight     :       700;
  display: inline-block;
  transition: all 0.3s;}

.btn-highlight:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.offerings-section {
	    padding: 5rem 2rem;
   max-width: 1280px;
  margin: 0 auto;
	}

.section-header {
   text-align: center;
    margin-bottom: 3rem;
}

.section-header h2 {
    color: #1a252f;
               font-size: 2.5rem;
   margin-bottom :       1rem;
	
}


.section-header p {

       font-size: 1.1rem;
   color: #546e7a;


}

.offerings-grid {
  gap: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr); 

}

.offering-item {
	 background:      white;
    padding: 2rem;
    border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
                    position: relative;
}

.offering-item.featured


{
    border  :  2px solid #667eea;
  transform: scale(1.05);
}

.badge 
 {
   position: absolute;
  top : -12px;
          right: 20px;
    background: #667eea;
   color: white;
	 padding: 0.4rem 1rem;
  border-radius     :       20px;
  font-size     :       0.85rem;
   font-weight: 600;
}

.offering-item h3 {
    font-size: 1.6rem;
  color: #2c3e50;
  margin-bottom :    1rem;
}  

.offering-item p {
    color: #546e7a;
  margin-bottom: 1.5rem;
    line-height: 1.6;
}

.feature-list{
	 list-style: none;
       padding: 0; 
	
}

.feature-list li {
   padding: 0.5rem 0;
   color: #546e7a;
   position: relative;
    padding-left   :1.5rem;
}

.feature-list li:before {
  content: '✓';
   position: absolute;
    left: 0;
  color: #667eea;
  font-weight: bold;
}

.philosophy-section

{
   background   :white;
  padding   :   5rem 2rem; 

}

.philosophy-container {
   max-width     :       1280px;
    margin   : 0 auto;
          display     :  grid;
   grid-template-columns  :        1fr 1fr;
       gap: 4rem;
   align-items: center;
}

.philosophy-text h2  {
    font-size: 2.5rem;
  color: #1a252f;
  margin-bottom: 1.5rem;
}

.philosophy-text p {

	  color: #546e7a;
   margin-bottom: 1.5rem;
  line-height: 1.7;
   font-size:       1.05rem;


}

.philosophy-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.contact-section {
     padding: 5rem 2rem;
  background: #f8f9fa; 

}

.contact-container {
   max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
   gap  : 4rem;
	
}

.contact-info h2
	{


   font-size: 2.5rem;
   color: #1a252f;
   margin-bottom  :      1rem;

}

.contact-info p {
    color: #546e7a;
  margin-bottom   :       2rem;
   line-height: 1.6; 
	}

.info-details {
  display: flex;
       flex-direction: column;
  gap: 1.5rem;
}

.detail-item h4 {
	    color: #2c3e50;
   margin-bottom: 0.5rem;
         font-size: 1.1rem;
	}

.detail-item p {
   color: #546e7a;

		 line-height: 1.6;


}

.contact-form-wrapper {
    background: white;
    padding: 2.5rem;
  border-radius:12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);

}

.coaching-form {
   display: flex;
	 flex-direction: column;
   gap :  1.5rem;
}

.form-group {
    display: flex; 
  flex-direction: column;
}

.form-group label {
   color: #2c3e50;
   font-weight: 500;
   margin-bottom: 0.5rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 0.9rem;
   border: 2px solid #e1e8ed;
    border-radius: 6px;
    font-size: 1rem;
    font-family: inherit;
   transition: border-color 0.3s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus
	{
    outline: none;
   border-color: #667eea;
}

.submit-btn {

	  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: white;
   padding: 1rem 2rem;
	border: none;
  border-radius: 8px;
  font-size: 1.1rem;
    font-weight: 600;
   cursor: pointer;
    transition: all 0.3s;}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102,126,234,0.4);
}

.site-footer {
  background: #1a252f;
   color: white;
   padding: 3rem 2rem 1rem;
}

.footer-content {
    max-width: 1280px;
	 margin     :   0 auto;
   display: grid;
  grid-template-columns: repeat(4, 1fr);
                    gap: 3rem;
  margin-bottom: 2rem;
}

.footer-logo     {
    height: 40px;
         width: auto;
  margin-bottom: 1rem;
  filter: brightness(0) invert(1);
}

.footer-desc {
  color: rgba(255,255,255,0.7);
   line-height: 1.6;
}

.footer-column h4 {
	   margin-bottom: 1rem;
  color: white;
    font-size: 1.1rem;
}

.footer-links {
    list-style: none;

}

.footer-links li {
  margin-bottom: 0.7rem;
}

.footer-links a {
  color: rgba(255,255,255,0.7);
   text-decoration: none;
   transition: color 0.3s;
}

.footer-links a:hover{
   color: white;
}



.footer-column p {
	  color: rgba(255,255,255,0.7);
   line-height: 1.6;}


.footer-bottom {
      max-width: 1280px;
   margin: 0 auto;
   padding-top   :   2rem;
  border-top: 1px solid rgba(255,255,255,0.1);
    text-align     :      center;
  color: rgba(255,255,255,0.6); 
	
}@media (max-width: 968px) {
    .mobile-toggle {
        display: flex;
    }

    .nav-links {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        flex-direction: column;
        padding: 2rem;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        display: none;
        gap: 1rem;
    }

    .nav-links.active {
        display: flex;
    }

    .hero-section {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .hero-content h1 {
        font-size: 2.5rem;
    }

    .content-grid {
        grid-template-columns: 1fr;
    }

    .offerings-grid {
        grid-template-columns: 1fr;
    }

    .offering-item.featured {
        transform: none;
    }

    .philosophy-container {
        grid-template-columns: 1fr;
    }

    .contact-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
}

@media (max-width: 580px) {
    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-actions {
        flex-direction: column;
    }

    .footer-content {
        grid-template-columns: 1fr;
    }
}.policySection {
  padding: 80px 2rem;
   background: #f8f9fa;
}

.policyContainer {
	max-width: 800px;
	margin    :       0 auto;
   text-align: left;
}

.policyContainer h2 {
   font-size     :   2.5rem;
   color    :      #2c3e50;
	margin-bottom: 1.5rem;
  font-weight: 700; 
	
}

.policyContainer p {

	  color : #7f8c8d;
 margin-bottom: 1.5rem;
   line-height: 1.7;
    font-size: 1.1rem;
}@media (max-width: 768px) {
    .policyContainer h2 {
        font-size: 2rem;
    }
    .policyContainer p {
        font-size: 1rem;
    }
    .policySection {
        padding: 60px 1rem;
    }
}.page-hero{
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 6rem 2rem 4rem;
    text-align: center;
   position: relative;

}

.hero-overlay h1 {

	  color: white;

	    font-size: 3rem;

	  margin-bottom: 1rem;
}

.hero-overlay p {
	  color: rgba(255,255,255,0.9);
  font-size: 1.3rem;
    max-width   :720px;
  margin: 0 auto;

}

.services-intro {
      padding: 4rem 2rem;
   background  :    #f8f9fa;
}

.services-intro h2 {
   color: #1a252f;
      margin-bottom: 1.5rem;
   font-size: 2.2rem;
   text-align: center;
}

.services-intro p		{

	 font-size : 1.1rem;
    color: #546e7a;
   line-height     :      1.7;
	text-align: center;

}

.detailed-services


{
	  padding: 3rem 2rem;

}

.services-container {
    max-width: 1280px;
   margin: 0 auto;
}

.service-block {
       display: grid;

	  grid-template-columns  :1fr 1.2fr;

	   gap: 3rem;

	   margin-bottom: 5rem;

	   align-items: start;




}

.service-block.reverse {
  grid-template-columns: 1.2fr 1fr;
}

.service-block.reverse .service-image {
      order: 2;
}

.service-image img {
   width: 100%;
	    border-radius: 10px;
	  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.service-content h2 {
    font-size: 2rem;
   color: #1a252f;
   margin-bottom   :    1rem;
}

.service-content > p {
         color: #546e7a;
    margin-bottom: 2rem;
	line-height: 1.7;
  font-size: 1.05rem;
}

.service-features {
    display: grid;
   grid-template-columns: 1fr 1fr;
    gap: 2rem;
} 

.feature-box {
    background    : #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
}

.feature-box h4 {
   color :  #2c3e50;
  margin-bottom: 1rem;
   font-size :    1.1rem;
}

.feature-box ul {
	list-style    :none;
    padding: 0;
}

.feature-box li {
    padding: 0.5rem 0;
    color: #546e7a;
   position :     relative;
    padding-left    :   1.5rem;
   line-height: 1.5;
}

.feature-box li:before {
  content: '•';
  position: absolute;
   left: 0;
    color     :       #667eea;
    font-weight: bold;
    font-size: 1.2rem;
}

.special-programs   {
   background: white;
   padding: 5rem 2rem;
}

.programs-wrapper{
   margin: 0 auto;
   max-width: 1280px;
}

.programs-wrapper h2 {
    text-align    :      center;
    font-size: 2.5rem;
    color: #1a252f;
   margin-bottom: 3rem;
}

.programs-grid {
   display: grid;
  grid-template-columns: repeat(3, 1fr);
   gap: 2rem;
}

.program-card {
    background: #f8f9fa;
  padding: 2rem;
    border-radius: 10px;
  transition: transform 0.3s;
}

.program-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.program-card h3 {
	color: #2c3e50;
  font-size: 1.4rem;
    margin-bottom: 1rem;
}

.program-card p {
    color: #546e7a; 
  line-height   :   1.6; 
         margin-bottom: 1.5rem;
}

.program-meta     {
  display: flex;
    gap: 1rem;
   flex-wrap :   wrap;
}

.program-meta span {
   background    :    white;
     padding: 0.4rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
       color: #667eea;
  border: 1px solid #667eea;
}

.approach-philosophy {
  padding  :  4rem 2rem;
  background    :        #f8f9fa; 

}

.philosophy-grid {
   max-width: 1280px;
  margin: 0 auto;
 display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}

.philosophy-item {
          background: white;
    padding: 2rem;
    border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.philosophy-item h3 {
    color: #2c3e50;
  margin-bottom    :  1rem;
  font-size:1.4rem;
}

.philosophy-item p {
      color: #546e7a;
   line-height: 1.7;}

.investment-section {
    padding: 5rem 2rem;
	text-align: center;
  background: white;
}

.investment-content {
  max-width: 820px;
  margin: 0 auto;
}

.investment-content h2 {


   font-size: 2.5rem;
  color: #1a252f;
    margin-bottom: 1.5rem;
	}

.investment-content p {
    color: #546e7a;
    font-size: 1.1rem;
  line-height: 1.7;
   margin-bottom: 1.5rem;
	
}

.testimonial-section {
   background: #f8f9fa;
	padding: 5rem 2rem;
}

.testimonials-wrapper		{
   max-width: 1280px;
  margin: 0 auto;
}

.testimonials-wrapper h2 {
      text-align: center;
    font-size: 2.5rem;
  color: #1a252f;
    margin-bottom: 3rem; 
}

.testimonials-grid
	{
   display: grid;
  grid-template-columns: repeat(3, 1fr);
   gap: 2rem;
}

.testimonial-card {
   background: white;
   padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}  

.testimonial-text {
	color: #546e7a;
   line-height: 1.7;
   margin-bottom    :      1.5rem;
    font-style: italic;
}

.testimonial-author {
    color: #2c3e50;
   font-weight: 600;
}

.next-steps {
  padding: 5rem 2rem;
    background: white;
	
}

.steps-container {
   max-width   : 1080px;
	margin: 0 auto;
}

.steps-container h2  
  {
    text-align: center;
	   font-size: 2.5rem;
	    color: #1a252f;
		margin-bottom: 3rem;
}

.steps-flow {
    display: grid;
  grid-template-columns: repeat(3, 1fr);
   gap: 2rem;
  margin-bottom: 3rem;
}

.step-item {
   text-align: center;
	
}  

.step-number    {
   width: 60px; 
    height: 60px; 
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); 
       color: white; 
    border-radius: 50%; 
   display   : flex; 
    align-items: center; 
      justify-content: center; 
   font-size: 1.5rem; 
    font-weight :     bold; 
   margin: 0 auto 1.5rem;


}

.step-item h3 {
 color: #2c3e50;
    margin-bottom: 1rem;
  font-size: 1.3rem;
}

.step-item p {
  color: #546e7a;
   line-height: 1.6;
}

.steps-cta {
    text-align  :       center;
}

.thankyou-hero {
   padding: 6rem 2rem 4rem;

	  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);

		text-align: center;
}

.thankyou-container {
	    max-width: 720px;
   margin: 0 auto;
}

.success-icon {
    width: 100px;
    height    :      100px;
  margin: 0 auto 2rem;
   background: white;
	 border-radius: 50%;
   display: flex;
   align-items: center;
	justify-content: center;
}

.success-icon svg {
   color: #667eea;
}

.thankyou-container h1 {
          color: white;
  font-size: 2.8rem;
    margin-bottom: 1.5rem; 
	
}

.thankyou-message {
  color: rgba(255,255,255,0.95);
   font-size: 1.2rem;
        line-height: 1.6;
}

.next-info {


  padding: 5rem 2rem;
   background: white;
	}

.info-wrapper
	{
    max-width: 920px;
                    margin :0 auto;
}

.info-wrapper h2 {
  text-align  :  center;
  font-size: 2.5rem;
  color: #1a252f;
    margin-bottom   :       3rem;
}

.timeline-steps {
  display: flex;
 flex-direction    :        column;
   gap  :     2rem;
}

.timeline-item {
	         display: grid;
    grid-template-columns: 80px 1fr;
     gap: 2rem;
   position: relative;


}  

.timeline-item:not(:last-child):after {
  content: '';
        position: absolute;
  left: 39px;
     top: 80px;
                    width: 2px;
  height: calc(100% - 40px);
   background: #e1e8ed;
}

.timeline-marker {
   width: 60px; 
	    height: 60px; 
	  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); 
	          border-radius: 50%; 
	    display: flex; 
	   align-items: center; 
			justify-content: center; 
	  color: white; 
	    font-size: 1.5rem; 
	   font-weight: bold; 
	    position: relative; 
	   z-index: 1;
}

.timeline-content h3 {
   color: #2c3e50;
  margin-bottom: 0.7rem;
   font-size: 1.4rem;
}

.timeline-content p {
    color: #546e7a;
   line-height:   1.7;
}

.meanwhile-section {
  padding     :  4rem 2rem;
  background :   #f8f9fa;
		text-align: center;
}

.meanwhile-content
	{
  max-width    :     720px;
	margin: 0 auto;


}

.meanwhile-content h2 {
   font-size: 2.2rem;
   color    :   #1a252f;
  margin-bottom: 1rem;
}

.meanwhile-content p 
 {
    color: #546e7a;
    font-size: 1.1rem;
	line-height: 1.7;
  margin-bottom: 2rem;
	
}

.meanwhile-actions {
		display: flex;
                    gap: 1.5rem;
  justify-content: center;
}

.reassurance-section {
  padding    :       4rem 2rem;
   background: white;
}

.reassurance-grid  
  {
    max-width: 1080px;
   margin: 0 auto;
    display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;


}

.reassurance-item {
    text-align  :        center;
   padding: 1.5rem;
}

.reassurance-item h3 {
					color: #2c3e50;
  margin-bottom: 1rem;
  font-size: 1.3rem;

}

.reassurance-item p {
  color    :        #546e7a;
    line-height: 1.6;
}

.contact-reminder

{

	   padding: 4rem 2rem;
    background: #f8f9fa;

}

.reminder-box {

	   max-width: 720px;
                    margin    :     0 auto;
    background: white;
    padding: 2.5rem;
    border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
	text-align: center;


}

.reminder-box h3 {
  color: #2c3e50;
   font-size     :       1.8rem;
   margin-bottom: 1rem;

}

.reminder-box > p {
    color: #546e7a;
  margin-bottom: 2rem;
   line-height: 1.6;
}

.contact-details{
  display: flex;
  gap: 3rem;
  justify-content: center;
   flex-wrap: wrap;
}

.contact-detail {
   text-align: left; 

}

.contact-detail strong {
    color: #2c3e50;
   display: block;
  margin-bottom: 0.5rem;
}

.contact-detail p {
   color: #546e7a;
    line-height: 1.6;

}@media (max-width: 968px) {
    .hero-overlay h1 {
        font-size: 2.2rem;
    }

    .service-block,
    .service-block.reverse {
        grid-template-columns: 1fr;
    }

    .service-block.reverse .service-image {
        order: 0;
    }

    .service-features {
        grid-template-columns: 1fr;
    }

    .programs-grid {
        grid-template-columns: 1fr;
    }

    .philosophy-grid {
        grid-template-columns: 1fr;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .steps-flow {
        grid-template-columns: 1fr;
    }

    .reassurance-grid {
        grid-template-columns: 1fr;
    }

    .meanwhile-actions {
        flex-direction: column;
    }
}

@media (max-width: 580px) {
    .hero-overlay h1 {
        font-size: 1.8rem;
    }

    .thankyou-container h1 {
        font-size: 2rem;
    }

    .contact-details {
        flex-direction: column;
        gap: 1.5rem;
    }

    .contact-detail {
        text-align: center;
    }
}