body {
    font-family: Arial, Helvetica, sans-serif;
}
table {
    width: 60%;
    border-collapse: collapse;
}
th {
    width: 100px;
    padding: 10px;
    color: #000000;
    border: 1px solid black;
}
td {
    width: 100px;
    color: #000000;
    border: 1px solid black;
    padding: 6px;
}
.container {
    background-color: #fff;
    display: flex;
    justify-content: center;
    text-align: center;
}
h1 {
    color: #fff;
    background-color: #00558c;
    border: none;
    border-radius: 20px;
    padding: 20px;
    width: 60%;
}
.title {
    background-color: #fff;
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
}
.tst {
    background-color: #00558c;
}
