body main .container .liste {
  list-style: none;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.5vh;
  align-items: center;
  margin: auto;
  padding-bottom: 60px;
  padding-left: 0;
  justify-content: center;
}

body main .container .liste li {
  text-align: center;
}

body main .container .liste li a {
  font-family: 'Times New Roman', Times, serif;
  font-size: 1.5em;
  color: #c6c6c6;
  text-shadow: 0px 0px 3px #c6c6c6;
  font-weight: bold;
  text-decoration: none;
}

body main .container .liste li a:hover {
  color: #474135;
  text-shadow: 0px 0px 3px #474135;
}
