body{
    margin: 0%;
    background :url("../media/carte/90799.png");
    width: auto;
}

#container{
    width: 1400px;
    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;
    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: #ffffff;
    animation: blinks 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: left;
    padding-left: 10%;
}


@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;
  }
}
