p,
h1 {
    color:black
}

.ma-classe {
    color:black
}
.ma-classe-2 {
    color:black 
}
table {
    border-collapse: collapse;
    margin: auto;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size:28px;
    }

td {
    border: 2px solid black;
    padding: 15px;
}

body {
    background-image: url("aqua rouge original.jpg")
}  
     
.container{
    width: 100%;
    height: 600px;
}

.social-share{
    align-items:center;}   

    .btn {
    display:inline-block;
    border: yellow 1px solid;
    margin:2px;
    font-size:24px;
    font-weight: 500;
    font-family: times new roman;
    cursor: pointer;
    width:150px;
    height:50px;
    border-radius:15%;
    background:rgb(246, 130, 29)
    }

h1 {
    font-size: 28px;
}





    