* {
  box-sizing: border-box;
}


html,
body {
  margin: 0;
  padding: 0;
}


body {

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  background:
    #f4f6f8;

  color:
    #212529;
}


button,
input,
select,
textarea {

  font-family:
    inherit;
}


button {
  cursor: pointer;
}


.page-chargement {

  min-height: 100vh;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  text-align: center;

  padding: 20px;
}


.page-chargement h1 {

  margin-bottom: 10px;
}


.page-chargement p {

  color: #666;
}