html{
    background-color: beige;
}

h1 {
    text-align: center;
}

table {
     margin: auto;
    border-collapse: collapse;
    width: 70%;
    text-align: center;
}

th, td {
    border: 2px solid #333;
    padding: 10px;
    text-align: center;

}

th {
    color: rgb(5, 0, 0);
    font-size: 1.1em;
}

