body {
	width: 100wh;
	height: 90vh;
	color: #000000;
	background: white;
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
}

h1 {
	font-family: 'Open Sans';
	font-weight: 300;
    font-size: 1rem !important;
	text-align: center;
    padding-top: 20px;
}

h2 {
	font-family: 'Open Sans';
	font-weight: 300;
    font-size: 1.5rem !important;
	text-align: center;
    padding: 20px;
}

  .backdrop {
	  -moz-box-shadow: 0px 6px 5px #111; 
	  -webkit-box-shadow: 0px 6px 5px #111; 
	  box-shadow: 0px 2px 10px #111; 
	  -moz-border-radius:190px; 
	  -webkit-border-radius:190px; 
	  border-radius:190px;
  }

  .linktree {
	  width: 120px;
	  height: 120px;
	  background-image: url("/macartegrisefacile.svg");
  }

  .btn {
    padding: 10px !important;
    font-weight: 800 !important;
    white-space: wrap !important; /* Empêche le texte de passer à la ligne */
}