h1 {
    text-align: center;
    background-color: #99ccff;
    padding: 50px 0px;
}

table,
th,
td {
    border: 1px solid blue;
    border-collapse: collapse;
}

table {
    width: 100%;
}

th {
    color: yellow;
    background-color: blue;
}