/* CSS Document */

/* =============================
   VARIABLES & BASE
============================= */

:root {
  --color-accent: #008000;
  --color-dark: #2c3e50;
  --color-text: #333;
}

body {
  margin: 0;
  font-family: serif;
  line-height: 1.6;

  background-image: url("../images/fond-imitation-AdobeStock_221843027.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

