#projet {
    position: relative;
    left: 280px;
    bottom: 140px;
    width: 160px;
    height: 45px;
    border: none;
    font-size: 12px;
    font-size: larger;
    font-weight: bold;
    font-family: 'Trebuchet MS';
    background-color: rgb(7, 117, 148);
}

#Projet:hover {
    background-color: rgb(5, 155, 155);
}

::-webkit-scrollbar {
    width: 12px;
  }
  
  ::-webkit-scrollbar-thumb {
    background:  rgb(5, 155, 155);
  }
  
  ::-webkit-scrollbar-track {
    background: rgb(7, 117, 148);
  }

body {
    align-content: center;
    background-color: black;
}

.progression {
    text-align: center;
    justify-content: center;
    color: rgb(13, 76, 148);
    background-color: rgba(16, 202, 202, 0.829);
}