body {
    margin-top: 100;
    background-color: black;
    background-image: url("Medias/Le\ Tigre\ Background.png");
    
}
header {
  margin-top: auto;
  text-align: center;
}
a {
    font-style: italic;
}
h1 {
    color: rgb(195, 0, 255);
    font-family: Calibri;
    text-align: center;
    font-size: 70px;
    font-style: italic;
}
p {
    color: rgb(14, 70, 12);
    font-weight: 600;
    font-family: Calibri ;
    font-size: 30px;
    
    margin-left: 100px;
    
}
.droite {
    text-align: left;
}
.gauche {
    text-align: right;
}
  
  .rainbow-letters span:nth-child(10n + 1) {
    color: #ff00ea;
  }
  
  .rainbow-letters span:nth-child(10n + 2) {
    color: #a200ff;
  }
  
  .rainbow-letters span:nth-child(10n + 3){
    color: #5100ff;
  }
  
  .rainbow-letters span:nth-child(10n + 4){
    color: #001aff;
  }
  
  .rainbow-letters span:nth-child(10n + 5) {
    color: #21ecf3;
  }
  
  .rainbow-letters span:nth-child(10n + 6){
    color: #00ff95;
  }
  
  .rainbow-letters span:nth-child(10n + 7){
    color: #00ff08;
  }
  
  .rainbow-letters span:nth-child(10n + 8){
    color: #ffbf00;
  }
  .rainbow-letters span:nth-child(10n + 9){
    color: #ff7300;
  }
  .rainbow-letters span:nth-child(10n + 10){
    color: #ff0000;
  }