body {
width: 300px;
margin: auto;
}
h1 {
text-align: center;
font-size:300%;
}
h3,h4,h5 {
text-align: center;
font-size: 125%;
}
p {
text-align: center;
font-size: 125%;
}
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
