/* Base */
html, body {
  background-color: #ffffff;
}

@media (prefers-color-scheme: dark) {
  body {
    background-color: #ffffff;
    color: #333333;
  }
}

body {
    margin: 0;
    /*font-family: "Times New Roman", Times, serif;*/
	font-family: 'Roboto', sans-serif;
	/*font-family: 'Arial', sans-serif;*/
	/*font-family:'Ruluko', sans-serif;*/
    color: #333;
    line-height: 1.6;
	overflow-x: hidden;
}

.container {
    width: 90%;
    max-width: 1100px;
    margin: auto;

}

.container h2{
	text-align:left;

}



/* Header fixe */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #ffffff; /* Fond blanc */
    box-shadow: 0 2px 8px rgba(0,0,0,0.1); /* Optionnel : ombre subtile */
    transition: background-color 0.3s ease, padding 0.3s ease;
}

    .header img {
        height: 140px;
		weight:auto;
    }

/* Ajuster le contenu pour ne pas être caché derrière le header */
body {
    padding-top: 80px; /* hauteur approximative du header */
}

/* Pour rendre le menu et titre plus lisibles */
.header a {
    color: #00A9DF; /* couleur du texte/menu */
    text-decoration: none;
}



.header-content {
    display: flex;
    /* justify-content: space-between;logo à gauche, menu + social à droite */
    gap: 20px;
	flex-wrap: wrap; /* permet de passer à la ligne si l’écran est trop petit */
	justify-content: space-between; /* 🔥 IMPORTANT */
    align-items: center;            /* 🔥 IMPORTANT */
}

nav {
  display: flex;
  align-items: center;
  gap: 15px; /* espace entre menu et icônes */
}

/* Liste horizontale */
nav ul {
    display: flex;
    gap: 20px;
	margin: 0;
    padding: 0;
    list-style: none;
}


nav a {
    text-decoration: none;
    color: #2a6f97;
    font-weight: 500;
}


/* Header fixe */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}


/* aerien */
.header h1 {
	font-family: 'Roboto', sans-serif;
    /*font-family: 'Montserrat', 'Helvetica Neue', sans-serif; /* moderne et léger */
    font-weight: 300;             /* moins épais pour légèreté */
    font-size: 1.4rem;            /* grand mais pas écrasant */
    line-height: 1.6;             /* espacement entre les lignes */
    text-align: center;
    /*color: #2a6f97;               /* bleu-vert doux */
	color: #76b283; 
    letter-spacing: 1px;          /* espace entre les lettres */
    margin: 20px 0;               /* respirer autour du titre */
}
.header h1 .city {
    display: block;
    font-weight: 200;             /* encore plus léger pour la ville */
    font-size: 1.2rem;
    /*color: #4a8c99;*/
	color: #00A9DF; 
    margin-top: 5px;
}

/* PC – titre au même niveau que le menu et logo */
@media (min-width: 769px) {
    .menu_titre {
        margin-top: -48px;  /* décaler vers le haut pour aligner avec le menu */
        margin-left: -30px; /* ajuste horizontalement si besoin */
        background-color: #fff;
    }

    .header h1 {
        text-align: center; /* reste centré horizontalement */
        margin: 20px 0;     /* espacement vertical */
    }
}

/* Mobile – titre centré sous le logo */
@media (max-width: 768px) {
    .header-content {
        flex-direction: column;  /* empile logo / h1 / menu burger */
        align-items: center;     /* centre horizontalement */
        gap: 3px;                /* espace entre logo, titre et menu */
    }

    .menu_titre {
        margin-top: 0;           /* annule le -48px qui écrase le logo */
        margin-left: 0;          /* annule le -30px */
        background-color: transparent; /* optionnel */
    }

    .header h1 {
        font-size: 1.4rem;       /* ajuste la taille pour mobile */
        margin: 0 0;           /* espace vertical réduit */
        text-align: center;      /* centre le titre */
    }

    .header h1 .city {
        font-size: 1rem;
        display: block;
    }
	
	.header img {
    margin: 0;
    display: block; /* évite l’espace bas lié aux images inline */
}
}


/* H1 */
h1,h2 {
    /*color: #00A9DF;*/
	color: #76b283; 
}

/* Texte courant */
/* body, p, li {
    color: #555555;
}*/

/* Sections */
.section {
    background-color: #f9f9f9;
    padding: 50px 0;
	text-align: justify;
}
.section.section-light {
    background-color: #ffffff;
}

/* Liens et boutons */
a, .btn {
    color: #70a1b0;
    text-decoration: none;
    transition: color 0.3s ease;
}
a:hover, .btn:hover {
    color: #4a8c99;
}


/* Logos clients */
/*.client-logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    gap: 20px;
}
.client-logos .logo img {
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}
.client-logos .logo img:hover {
    transform: scale(1.05);
}*/







/* Hero avec image existante */
.hero {
	height: 70vh;
    position:relative;
	width: 100%;

}

.hero-hero1 {
	background: url("../images/BAN/BANNIERE-01.jpg") center/cover no-repeat;
}

.hero-hero2 {
	background: url("../images/BAN/BANNIERE-07.jpg") center/cover no-repeat;
}

.hero-hero3 {
    background-image: url("../images/BAN/BANNIERE-02.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 30px;
}

.hero-hero4 {
    background-image: url("../images/BAN/BANNIERE-04.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0px 50px;
}

.hero-hero5 {
    /* background: url("../images/cascade2.jpg") center/cover no-repeat;*/
    background: url("../images/BAN/BANNIERE-06.jpg") center/cover no-repeat;
}

.hero-hero6 {
    background: url("../images/BAN/BANNIERE-05.jpg") center/cover no-repeat;
}


.hero-overlay {
    position: absolute;
    inset: 0;
    /* background: rgba(0,0,0,0.45);*/
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;  /* centre verticalement */
    align-items: center;      /* centre horizontalement */
    text-align: center;
	height: 100%;

}


.hero-overlay h2{
    color: #fff;

 }
 
 
 
.hero-overlay h2,
.hero-overlay p {
    margin: 10px 0;
}


 
 .h4 h2{
	/*color: #76b283;*/
	color: #fff;

}
 
 
/* Sections */
.section {
    padding: 60px 0;
}

.section-light {
    background: #f4f8fb;
}

/* Présentation */
.presentation {
    display: flex;
    gap: 40px;
    align-items: center;
	text-align: left;
}

.presentation img {
    width: 300px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

/* Cards */
.cards {
    display: flex;
    gap: 30px;
}

.card {
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

/* Image break */
.image-break {
    height: 300px;
    background: url("../images/nature.jpg") center/cover fixed;
}

/* Table */
table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

/* Footer */
footer {
    background: #2a6f97;
    color: white;
    text-align: center;
    padding: 20px;
}

/* Contact */
.contact-container {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.contact-info {
    flex: 1;
}

.contact-form {
    flex: 1;
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.contact-form label {
    display: block;
    margin-top: 15px;
    font-weight: 600;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-family: 'Roboto', sans-serif;
}

.contact-form button {
    margin-top: 20px;
    padding: 14px;
    width: 100%;
    background: #2a6f97;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    cursor: pointer;
}

.contact-form button:hover {
    background: #144d66;
}

/* Responsive */
@media (max-width: 768px) {
    .contact-container {
        flex-direction: column;
    }
	.diplom-card {
        flex: 1 1 90%;        /* les cartes prennent presque toute la largeur de l’écran */
        max-width: none;      /* pas de limite fixe */
    }
	

    /*.hero-overlay {
        height: 40vh; 
        justify-content: center;
        align-items: center;
    }

    .hero-overlay h2 {
        font-size: 1.6rem;
    }

    .hero-overlay p {    
	font-size: 1rem;
    }*/
}


/* Anti-spam honeypot */
.hp-field {
    display: none;
}

/* .hero-formations {
    background-image: url("../images/cascade2.jpg");
}*/

/*.hero-prestations {
    background-image: url("../images/cascade2.jpg");
}*/

/* .hero-hypnose {
    background-image: url("../images/cascade2.jpg"); /* mettre une image adaptée */
}*/

/* Pour tous les titres de section ou h2 ancrés */
/*h2[id], h1[id], h3[id] {
    scroll-margin-top: 200px; /* hauteur approximative du header */
/*}*/

 #sophrologie::before {
    content: "";
    display: block;
    height: 150px; /* hauteur du header */
    margin-top: -100px; /* remonte le contenu */
} 

 #seances::before {
    content: "";
    display: block;
    height: 150px; /* hauteur du header */
    margin-top: -100px; /* remonte le contenu */
} 

#tarifs::before {
    content: "";
    display: block;
    height: 150px; /* hauteur du header */
    margin-top: -100px; /* remonte le contenu */
} 

 #contact::before {
    content: "";
    display: block;
    height: 150px; /* hauteur du header */
    margin-top: -100px; /* remonte le contenu */
} 

/* logo clients sur 1 seule ligne */


.client-logos {
    display: flex;
    justify-content: space-between; /* espace égal entre les logos */
    align-items: center;
    flex-wrap: nowrap; /* empêche les logos de passer à la ligne */
    gap: 20px;
    margin-top: 20px;
}

.client-logos .logo {
    flex: 1 1 0; /* chaque logo prend la même largeur */
    max-width: 200px; /* limite la taille */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.client-logos .logo img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.client-logos .logo img:hover {
    transform: scale(1.05);
}

/*.hero {
    position: relative;
    width: 100%;
    height: 500px; /* ajustable */
    /*background-size: cover;
    background-position: center;
    overflow: hidden;
}*/

.wave-canvas {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: 1;
}

.hero-overlay {
	min-height: 400px; /* ou 100vh si c’est une grande bannière */
    /*position: relative;
    z-index: 2;
    text-align: center;
    color: #ffffff;
    padding-top: 150px;*/ /* pour centrer le texte verticalement */
	display: flex;
    align-items: center;      /* centre verticalement */
    justify-content: center;  /* centre horizontalement */
}

/* Texte aérien H1/H2 si nécessaire */
.hero-overlay h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 2.5rem;
    line-height: 1.4;
}

.hero-overlay p {
    font-size: 1.2rem;
    line-height: 1.5;
}


/* ============================
   RESPONSIVE MOBILE
   ============================ */

@media (max-width: 768px) {

    /* Header 
    .header-content {
		position: relative;
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }*/
	
	.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .header img {
        height: 90px;
    }

    .header h1 {
        font-size: 1.4rem;
        margin: 10px 0;
    }

    .header h1 .city {
        font-size: 1rem;
    }

    nav ul {
        flex-direction: column;
        gap: 10px;
        padding: 0;
    }

    /* Ajuste l’espace sous le header fixe */
    body {
        padding-top: 180px;
    }

    /* Hero plus petit */
    .hero {
        height: 40vh;
    }
	
	.hero-overlay {
	min-height: 40vh; 
	height: 40vh;  /*ou 100vh si c’est une grande bannière */
    position: relative;
    z-index: 2;
    text-align: center;
    color: #ffffff;
    /*padding-top: 150px;*/ /* pour centrer le texte verticalement */
	display: flex;
    align-items: center;      /* centre verticalement */
    justify-content: center; /* centre horizontalement */
}



	.hero-hero3, .hero-hero4 {
		background-position: center;
        background-size: cover; 
        background-repeat: no-repeat;
		height: 40vh;
}

    .hero-overlay h2 {
        font-size: 1.6rem;
    }

    .hero-overlay p {
        font-size: 1rem;
    }

    /* Cards en colonne */
    .cards {
        flex-direction: column;
    }

    .card {
        width: 100%;
    }

    /* Présentation si utilisée ailleurs */
    .presentation {
        flex-direction: column;
        text-align: center;
    }

    .presentation img {
        width: 100%;
        max-width: 280px;
    }

    /* Contact déjà bon mais on resserre */
    .contact-container {
        gap: 30px;
    }

    /* Image fixe désactivée (bug mobile courant) */
    .image-break {
        background-attachment: scroll;
        height: 180px;
    }

    /* Tableau tarifs scrollable */
    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    th, td {
        padding: 10px;
        font-size: 0.9rem;
    }
}


/* Très petits écrans */
@media (max-width: 480px) {

    .header img {
        height: 70px;
    }

    .header h1 {
        font-size: 1rem;
    }

    .hero {
        height: 35vh;
    }

    .section {
        padding: 40px 0;
    }

}

/* LOGOS CLIENTS */

.client-logos {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

/* Mobile */
@media (max-width: 768px) {

    .client-logos {
        justify-content: center;
        flex-wrap: wrap;
    }

    .client-logos .logo {
        flex: 1 1 45%;
        max-width: 140px;
    }
}


/* ===== MENU BURGER MOBILE ===== */

.burger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 6px;

}

.burger span {
    width: 28px;
    height: 3px;
    background: #00A9DF;
    border-radius: 2px;
    transition: 0.3s;
}

/* Mobile only */
@media (max-width: 768px) {

    .burger {
        display: flex;
    }

    nav ul {
        display: none;
        flex-direction: column;
        background: white;
        width: 100%;
        padding: 15px 0;
        box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    }

    nav ul.open {
        display: flex;
    }

    nav ul li {
        text-align: center;
    }

    nav ul li a {
        padding: 10px;
        display: block;
        font-size: 1.1rem;
    }

    .header-content {
        flex-direction: column;
        gap: 10px;
    }
}

/* Animation croix */
.burger.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.burger.active span:nth-child(2) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* section Etymologie */
.highlight { background-color: #f0f8ff; padding: 10px; border-left: 4px solid #2a6ebb; margin: 10px 0; }

/* Bouton prendre rendez-vous */
.cta { display: inline-block; background-color:#76b283; ; color: #fff; padding: 12px 20px; margin: 20px 0; text-decoration: none; border-radius: 5px; }
.cta:hover { background-color: #b7e0c4; }


/* section Avis google */
#avis-google {
    padding: 50px 0;
    background-color: #f4f8fb; /* couleur douce comme tes sections */
    text-align: center;
}

#avis-google h2 {
    color: #76b283;
    font-size: 2rem;
    margin-bottom: 30px;
}

/* Si tu veux styliser les cartes d’avis du widget */
.elfsight-app-elfsight-app-6243ae24-1a4f-45be-8c24-6f7c227d7032 iframe {
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    width: 100% !important;
    max-width: 1100px;
    margin: auto;
}

/* Icones Reseaux sociaux */
.social-icons {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center; /* ou flex-end pour à droite du header */
    margin-top: 10px;
}

.social-icons img {
    width: 32px; /* taille des icônes */
    height: 32px;
    transition: transform 0.3s, filter 0.3s;
    /* filter: brightness(0) saturate(0%) invert(37%) sepia(11%) saturate(125%) hue-rotate(76deg) brightness(92%) contrast(87%);*/
    filter: brightness(1) saturate(150%);
}

.social-icons a:hover img {
    transform: scale(1.2);
    filter: brightness(1) saturate(150%);
}

/* Responsive mobile */
@media (max-width: 768px) {
    .social-icons img {
        width: 28px;
        height: 28px;
    }
}

.social-icons img {
    width: 40px;      /* largeur identique pour tous */
    height: 40px;     /* hauteur identique pour tous */
    object-fit: contain; /* garde les proportions, pas de déformation */
    display: block;
    transition: transform 0.3s, filter 0.3s;
}

.social-icons a:hover img {
    transform: scale(1.2);
}

/* Icones Reseaux sociaux // pour le Header */
.header-social {
	position: absolute;
    right: 5%;          /* complètement à droite */
    top: 50%;
    transform: translateY(-50%); /* centrage vertical */
    
    display: flex;
    gap: 10px;
    align-items: center;
}

.header-social img {
    width: 25px;         /* petite taille pour menu */
    height: 25px;
    object-fit: contain;
    transition: transform 0.3s;
}

.header-social a:hover img {
    transform: scale(1.2);
}

ul {
    text-align: left;
}

/* section pour les tarifs */

.tarifs-section {
    text-align: center;
    padding: 60px 20px;
}

.tarifs-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.tarif-card {
    background: #ffffff;
    padding: 35px 30px;
    width: 260px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.tarif-card:hover {
    transform: translateY(-5px);
}

.tarif-card h3 {
    font-weight: 500;
    margin-bottom: 15px;
}

.tarif-price {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.tarif-duration {
    color: #666;
    font-size: 0.95rem;
}

.diplom-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 40px;
	/* border: 3px #F9D923 double;*/
	flex-wrap: wrap;          /* permet aux cartes de passer à la ligne sur petit écran */
	justify-content: center;  /* centre les cartes */
}

.diplom-card {
   /* background: #ffffff;*/
    padding: 35px 30px;
    border-radius: 12px;
    /* box-shadow: 0 8px 25px rgba(0,0,0,0.05);*/
    transition: transform 0.3s ease;
	/* border: 3px #000 double;*/
	/* flex: 1 1 300px; */        /* largeur minimale 200px, flexible */
	flex: 0 0 calc(50% - 30px); 
    max-width: 400px;         /* largeur maximale de la carte */
    box-sizing: border-box;   /* padding inclus */
}

@media (max-width: 768px) {
    .diplom-card {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 20px; /* optionnel : réduit un peu l’espace */
    }
}

.diplom-card img,
.presentation img {
    max-width: 100%;  /* ne dépasse jamais le parent */
    height: auto;
    display: block;
}

.diplom-card img {
    max-width: 100%;          /* jamais plus large que la carte */
    height: auto;
    display: block;
}



/* lang switch*/
.lang-switch {
  margin-left: 20px;
  font-size: 14px;
  margin-left: auto; /* 🔥 pousse complètement à droite */
}

.lang-switch a {
  text-decoration: none;
  color: #00A9DF;
  font-weight: 500;
}

.lang-switch a:hover {
  text-decoration: underline;
}

/* ===== PHOTO PROFIL ===== */

.profil-container {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.profil-photo {
    width: 300px;
    max-width: 100%;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* ===== SECTION PROFIL ===== */

.profil-flex {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    /*margin-bottom: 40px;*/
}



.profil-photo {
    width: 400px;   
    max-width: 100%;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.profil-text {
    flex: 1;
}

.profil-text h1 {
    margin-top: 0;
}

@media (max-width: 768px) {
    .profil-flex {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .profil-photo {
        width: 300px;
    }

    .profil-text {
        text-align: justify;
    }
}

/* Modal portrait */
/* Modal portrait */
.modal {
  display: none; /* caché par défaut */
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  overflow: auto;
}

/* Image centrée avec transform pour mobile et PC */
/* Modal portrait avec animation */
/* Modal portrait avec animation corrigée */
.modal {
  display: none; /* caché par défaut */
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0); /* transparent au départ pour transition */
  display: flex;
  flex-direction: column;         /* pour mobile, photo centrée verticalement */
  justify-content: center;        /* centre verticalement */
  align-items: center;            /* centre horizontalement */
  padding: 20px;                  /* espace sur mobile */
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}

.modal.show {
  opacity: 1;
  background-color: rgba(0,0,0,0.8);
}

/* Contenu modal */
.modal-content {
  max-width: 90%;          /* jamais plus large que 90% de l’écran */
  max-height: 90%;         /* jamais plus haut que 90% de l’écran */
  width: auto;             /* largeur auto pour garder les proportions */
  height: auto;            /* hauteur auto */
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.5);
  object-fit: contain;     /* l’image garde ses proportions */
  transform: scale(0.8);   /* animation d’ouverture */
  transition: transform 0.3s ease;
}

.modal.show .modal-content {
  transform: scale(1);     /* zoom à l’ouverture */
}

/* Croix de fermeture */
.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  z-index: 2100;
}

.modal-close:hover {
  color: #ccc;
}

/* Mobile ajustements */
@media (max-width: 768px) {
  .modal-content {
    max-width: 100%;
    max-height: 90%;
  }
}



/* Centrage du H1 sur la page portrait uniquement */
/* Centrage du H1 portrait */
/*#quisuije .portrait-title {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: -0px;
}*/

#quisuije .portrait-title .city {
  display: block;
  font-weight: 300;
  font-size: 1.2rem;
  color: #00A9DF;
}

/* Portrait + texte centrés verticalement sur mobile et PC */
#quisuije .portrait-flex {
  display: flex;
  flex-direction: column; /* photo au-dessus du texte */
  align-items: center;
  text-align: center;
  gap: 20px;
}

/* Limiter la largeur du texte pour qu’il reste lisible */
#quisuije .profil-text {
  max-width: 700px;
}

#intro h1{
    font-size: 1.8rem;
	text-align: center;
	}
