body,
h1 {
  font-family: 'Roboto Mono', monospace;
}

body,
html {
  height: 100vh;
  width: 100vw;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 2em;
  text-align: center;
}

a {
  font-size: 0.5em;
}

ul,
li {
  list-style-type: none;
}

/* div.bgimg {
  background-image: url("/assets/images/category/confiance2.jpg");
  min-height: 100vh;
  max-width: 100%;
  background-size: 100vw;
  background-position: center;
  background-repeat: no-repeat;
} */

div {
  min-height: 100vh;
  max-width: 100%;
  background-size: 100vw;
  background-position: center;
  background-repeat: no-repeat;
}
