*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 12px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1f2528;
  background-color: #1f2528;
}

.main {
  width: 100%;
  max-width: 750px;
  margin: 50px auto;
  background-color: #e1e4e6;
  padding: 10px 25px;
  border-radius: 14px;
}

h1,
h2 {
  text-align: center;
  margin: 10px 0;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 19px;
  color: #3f4548;
}

button {
  pointer-events: auto;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

/* temporaire */
form {
  outline: 2px solid red;
}

button {
  outline: 2px solid blue;
}
/* temporaire */

.content {
  margin-top: 40px;
}

ul {
  line-height: 1.4;
}

.gras {
  font-weight: 500;
}

.rouge {
  font-weight: 500;
  color: #90503b;
}
