a,
a:visited,
a:active {
  text-decoration: none;
  color: black;
}
a:hover {
  text-decoration: none !important;
  color: rgb(185, 44, 140) !important;
}
.container-fluid {
  background-color: plum;
  min-height: 100vh;
}

#turtle {
  padding-top: 25vh;
  font-size: 5em;
}

.titre {
  font-family: "Lobster", cursive;
}

.texte {
  font-family: "Quicksand", sans-serif;
}
