*{
    margin: 0;
    padding: 0;
}

body {
    background-color:#FFB340 ;
    -ms-overflow-style: none;  
    scrollbar-width: none;
    margin-bottom: 50px;
    animation: bg-color 20s ease infinite;
  }
  @keyframes bg-color {
    25% { background-color: #FCCC81; }
    50% { background-color: #FFB340; }
    100% { background-color: #8559A7 ; }
  }
  
  body::-webkit-scrollbar {
    display: none;
  }

  h1.titre{
    font-family:"Pina Colada";
    text-align: center;
    transition: all 0.5s;
    -webkit-text-stroke: 3px #000000;
    font-variation-settings: "wght" 900, "ital" 1;
    font-size: 120px;
    text-align: center;
    color: transparent;
    font-family:"Pina Colada";
    text-shadow: 10px 10px 0px #FFB340,
      20px 20px 0px #FF8F28,
      25px 25px 0px #E52623,
      45px 45px 10px #8559A7;
    cursor: pointer;
  
  }
  h1.titre::after{  content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: -10px;
    left: -4px;
    transform: scaleX(0);
    box-shadow:
       0 5px 0 #E8476A,
      0 10px 0 purple;
    background: #FFA01B ;
    transform-origin: bottom right;
    transition: transform 0.5s ease-out;
    }
    h1:hover {
      font-variation-settings: "wght" 50, "ital" 0;
      text-shadow: none;
    }

    .news {
      margin-top: 5%;
      margin-bottom: 120px;
      text-align: center;
    }

    .news li {
      padding-top: 40px;
      list-style-type: none;
      margin: 30px 15% 30px 15%  ;
      background-color:#fdcc9e;
      border-radius: 1rem;
      padding-bottom: 200px;
    }

    h1,p,date {
      font-family: "Pina Colada";
      margin: 0 20px 0 20px;
    }

    hr.rounded {
      border-top: 8px solid #FF8F28;
      border-radius: 5px;
      width: auto;
      margin: 20px 25% 0 25%;
    }
