body {
    font-family: Arial, sans-serif;
    background-color: #E6F7FF;
    margin: 0;
    padding: 20px;
}

table {
    width: 100%;
    max-width: 1000px;
    margin: 50px auto;
    border-collapse: separate;  
    border-spacing: 0;        
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    background-color: #ffffff;
    border-radius: 10px;      
}

table th, table td {
    padding: 24px 30px;
    border-bottom: 1px solid #B0DFF7;
    border: 1px solid #B0DFF7;
}

table th {
    background-color: #59B2E6;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 10px 10px 0 0; 
}

table tr:last-child td {
    border-bottom: none;
    border-radius: 0 0 10px 10px; 
}

table tr:hover {
    background-color: #D3EBF9;
}

.message {
    max-width: 1000px;
    margin: 50px auto;
    padding: 20px;
    background-color: #D3EBF9;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
}

h1 {
    font-size: 2.5em;
    color: #107DAC;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 2px solid #59B2E6;
    padding-bottom: 10px;
    border-radius: 5px;      
}
