body {
    font-family: sans-serif;
    background-color: white;
}

.box {
    border: black;
    font-family: 'Times New Roman', Times, serif;
}

table, th, td {
    border:1px solid black;
    text-align: center;
    margin: 0 auto;
    
}

h1 {
    text-align: center;
}

h3 {
    text-align: center;
}

p {
    text-align: center
}
