.veille {
    background-color: white;
    color: orange;
    font-family: 'Trebuchet MS';
    background-color: white;
}

a {
  color: black;
}

::-webkit-scrollbar {
    width: 12px;
  }
  
  ::-webkit-scrollbar-thumb {
    background:  rgb(255, 180, 89);
  }
  
  ::-webkit-scrollbar-track {
    background: rgb(248, 145, 20);
  }

#Outils {
  border: none;
  font-family: 'Trebuchet MS';
  width: 80px;
  height: 30px;
  background-color: rgb(255, 180, 89);
}

.texte {
  max-width: 500px;
  text-align: center;
  font-family: 'Trebuchet MS';
}

#center {
  justify-content: center;
  margin-left: 30%;
}