@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

body {
  background-color: #fdf6e3;
  color: #657b83;
  font-family: 'Roboto', Arial, sans-serif;
  margin: 40px;
}

h1 {
  color: #586e75;
  font-size: 32px;
  margin-bottom: 16px;
}

h2 {
  color: #586e75;
  font-size: 22px;
  margin-top: 10px;
}

p {
  font-size: 18px;
  line-height: 1.6;
  max-width: 900px;
}

ul {
  margin-top: 16px;
}

li {
  margin-bottom: 10px;
}
a {
  color: #268bd2;
  text-decoration: none;
  font-weight: 700;
}

a:hover {
  text-decoration: underline;
}
.recommencer {
  color: #b58900;
}
img {
  max-width: 100%;
  height: auto;
  margin-top: 10px;
  border-radius: 6px;
}
