*, body {
    background-color: #222;
    color: white;
    text-align: center;
    font-family: Arial, sans-serif;
}
.title1 {
    color: white;
    font-size: 64px
    
}

.title {
    color: white;
}

.boutons{
  background-color: rgba(0, 30, 255, 0.641);
  color: white;
  padding: 15px 32px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  border-radius: 18px;
  margin: 10px;
}
