
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Russo+One&display=swap');

html, body {
  margin: 0;
}

body {
  /* #e7d8a6 */
  background-color: #0F172A;    
  flex-direction: column;
  /* height: 500px; */
}


#titre {
  /* #F1B700 */
  display:flex;
  justify-content: center;
  align-items: center;
  background-color: #E2E8F0;
  block-size: 50px;
  margin: 0;
}


.header {
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
}


.container {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  padding-left: 20px;
}

.sss {
  margin-top: 3%;
  justify-content: space-evenly;
}

.exp {
list-style: none;
}

/* .footer { */
  /* margin: 13%;
  display: flex;
  align-items: flex-end;
  align-content: center;
  padding-left: 20px;*/
      /* position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background: #222;
      color: white;
      text-align: center;
      padding: 10px;
}
*/

/* .footer{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
} */
