
table {
    style="background-image:url ('aqua rouge original.jpeg;'); 
    border-collapse: collapse;
    margin: auto;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size:28px;
    }

td {
    border: 2px groove darkorange;
    padding: 15px;
}

body {
 background-image: url("aqua rouge original.jpg");
}  
     
.container {
    width: 100%;
    height: 600px;
}



.btn {
    display:inline-block;
    border: yellow 1px solid;
    margin:2px;
    font-size:24px;
    font-weight: 500;
    font-family: times new roman;
    color: darkorange;
    cursor: pointer;
    width:300px;
    height:60px;
    border-radius:15%;
    background:rgb(246, 130, 29);
    }

.encadrer_texte {
  width: fit-content;
  border: 2px dotted  rgba(255, 34, 0, 0.843);
  background-color: rgba (255, 0, 89, 0.473)
  padding: 10px;
  margin: auto;
  text-align: center;
}

.titre {
  width: fit-content;
  
  padding: 10px;
  margin: auto;
  text-align: center;
}
a {
 text-decoration: none;
  
}

   