body {
  font-family: Verdana, sans-serif;
  text-align: center;
  margin: 50px;
  hyphens: auto;
}
p {
max-width: 500px;
text-align: center;
margin-left: auto;
margin-right: auto;
}
body {
-moz-box-sizing: border-box;
-webkit-box-seizing: border-box;
box-sizing: border-box;
}
img {
display: block;
max-height: 250px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
}
button {
background-color: lightcoral;
color: black;
padding: 5px;
}
table {
vertical-align: middle;
table-layout: fixed;
border-collapse: collapse;
margin-left: auto;
margin-right: auto;
font-size: 0.75em;
}
th {
white-space: nowrap;
min-width: 90px;
border-bottom: 1px double black;
}
tr {
border-bottom: 1px solid lightgray;
}