body {
    background-color: rgb(66, 104, 111);
    font-family: Arial, sans-serif;
    margin: 0;
    text-align: center;
    margin-top: 100px;
    padding-top: 70px; 
}
h1 {
    color: #f0e8e6;
    text-decoration: underline;
  }
  p {
    color: rgb(89, 44, 87);
  }
/* Style pour le bouton en haut à droite */
.btn-top {
  position: absolute;
  top: 15px;
  right: 20px;
}
  .main-content {
    text-align: center;
    padding: 20px;
  }
  .site-footer {
    background-color: #f8f9fa;
    padding: 20px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
  }