@font-face {
    font-family: 'Belgiano Serif';
    src: url('/Belgiano\ Serif.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* Centrage complet de la page */
body {
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Jost", sans-serif;
    background-color: #fff8f0;
    color: #180e05;
    padding-right: 20px;
    padding-left: 20px;
}

h1 {
    font-family: 'Belgiano Serif', serif;
}

/* Logo en haut */
.logo {
    max-width: 200px;
    height: auto;
    margin-bottom: 20px;
}

/* Retire les styles de base sur les liens */
a.phone {
    color: inherit;
    text-decoration: none;
    font-weight: bold;
}

/* Ajoute un petit effet au survol */
a.phone:hover {
    text-decoration: underline;
}

/* Ajuste les sections */
header, main, footer {
    margin-bottom: 20px;
}
