body{
    margin: 0%;
    background :url("../media/carte/90799.png");
}

#container{
    width: 1200px;
    margin:auto;
    background-color: white, 0%;
    /* border :1px solid black;*/
}

h1 {
    color: white;
    font-family: "Fraunces", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: bold;
    font-variation-settings: 100;
    text-align: center;

    margin-bottom: 75px;

    margin-bottom: 75px;
    font-size: calc(30px );
    line-height: calc(20px );
    text-shadow: 0 0 5px #ff3535, 0 0 15px #ff3535, 0 0 20px #ff3535, 0 0 40px #ff3535, 0 0 60px #ff0000, 0 0 10px #ff3535, 0 0 98px #ff0000;
    color: #fff6a9;
    text-align: center;
    animation: blink 3s infinite;
    -webkit-animation: blink 3s infinite;
}

h2 {
    color: white;
    font-family: "Fraunces", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: bold;
    font-variation-settings: 100;
    text-align: center;
}

address {
    color: white;
    font-family: "Fraunces", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: bold;
    font-variation-settings: 100;
    text-align: center;
}

main li{
    list-style: none;
    color: white;
    font-family: "Fraunces", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: bold;
    font-variation-settings: 100;
    text-align: center;
}

main a {
    position: relative;
    text-decoration: none;
    display: inline-block; /* 🔑 */
    color: white;
    padding-left: 7px;
    padding-right: 7px;
    margin-top: 0.5em;
    margin-bottom: 1em;
    margin-right: 2em;
    margin-left: 1em;
    font-size: 50px;
}

@keyframes blink {
  20%,
  24%,
  55% {
    color: #111;
    text-shadow: none;
  }

  0%,
  19%,
  21%,
  23%,
  25%,
  54%,
  56%,
  100% {
  text-shadow: 0 0 5px #ff3535, 0 0 15px #ff3535, 0 0 20px #ff3535, 0 0 40px #ff3535, 0 0 60px #ff0000, 0 0 10px #ff3535, 0 0 98px #ff0000;
    color: #fff9f9;
  }
}