h1, p, button{
    text-align: center;
    font-weight: normal;
}
body {
    font-family:'Times New Roman', Times, serif;
    background-color: whitesmoke;
}
img {
    width: 100px;
    height: 100px;
}
table, th, td {  
    border: 1px solid black;
}