h1 {
    color: #fff;
    position: absolute;
    top: 100px;
    width: 100%;
    text-align: center;
}
p {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 70%;
}
table {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    border-collapse: collapse;
    margin: 20px auto;
}
th,
td {
    border: 1px solid #ccc;
    padding: 12px;
    text-align: center;   
}
td.red{
    background-color: #bb0000;
}
thead {
    background-color: #f2f2f2;
    font-weight: bold;
}
tbody tr:hover {
    background-color: #e8f4ff;
}
.Image-Projet {
    position: absolute;
    top: 170%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    border-collapse: collapse;
    margin: 20px auto;
}
.Image-Projet img {
    position: relative;
    left: 10%;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}