@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

body {
  background-color: #000000;
  color: #ffffff;
}

p {
  font-size: 40px;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 60px;
  color: #ffffff;
}

a {
  font-size: 30px;
  color: #a8a1bce7;
}

a:hover {
  font-size: 32px;
  color: #6c71c4;
}

ul {
  list-style-type: square;
}

body {
  font-family: "Lora", serif;
}
div {
  text-align: center;
}
.carte {
  background-image: url("images/mahrez.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.fond {
  background-image: url("images/fond-noir.png");
  background-repeat: no-repeat;
  background-size: cover;
}