@import url('https://fonts.googleapis.com/css2?family=Stack+Sans+Notch:wght@200..700&display=swap');

body {
  background-image: url("images/labyrinthe.jpg");
  background-color: #330a91fa;
  color: #5f5fe6f3;
  font-family: "Stack Sans Notch", sans-serif;
  text-align: center;
}

p {
  font-size: 20px;
}

a {
  text-decoration: none;
  color: #5f5fe6f3
}