@font-face {
            font-family: 'OldLondon';
            src: url('../fonts/OldLondon.ttf') format('truetype');
        }

h1{
    text-align: center;
    border: none;
    font-family: 'OldLondon', serif;
    font-size: 60px;
}

body{
    background-color: #f5e7c1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

a.menu {
    color: #8b4513; /* Marron clair */
    font-family:'OldLondon';
    font-size:28px;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

a.menu:hover {
    color: #5a3921; /* Marron foncé au survol */
    text-decoration: underline;
    cursor: pointer
}
button.liens{
    font-family: 'Lora', serif;
    font-size: 22px;
    border: none;
    background-color: transparent;
}

button.liens:hover{
    background-color: #DECEA6;
    cursor: pointer;
}
