@import url("https://fonts.googleapis.com/css2?family=Oxanium:wght@200..800&display=swap");

:root {
  font-size: 16px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: "Oxanium", sans-serif;
  background-color: #343434;
  color: white;
}

code,
pre {
  font-family: "Courier New", Courier, monospace;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

a {
  color: gold;
  text-decoration: none;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;

  padding: 1rem;
  min-height: 85vh;
}

.titre {
  text-align: center;
}

.tableau td,
th {
  padding: 1rem;
  border: 1px solid #aaa;
}

.lstTitle {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  padding-bottom: 1rem;
}

.mention {
  text-align: center;
}
