/*\*/
html {margin: 0; padding: 0; background: #eaeaea; font: 16px/1.2 Verdana, sans-serif;}
body {width: 950px; margin: auto; padding: 1em; background: #fff; min-height: 100vh;}
/*\*/
header {margin-top: -0.8rem; color: #048;}
header h3 {
width: fit-content; padding: 8px 1rem;
background: linear-gradient(#a0baf7 0, #cce5ff 45%, #cce5ff 55%, #4cacc1 100%);
}
header h4 {margin: -0.75rem 0 -0.5rem 1rem;}
/*\*/
p.home {text-align: center;}
/*\*/
p#plate {text-align: center; font-size: 15px;}
#plate img {outline: 1px solid #999;}
/*\*/
table {
border-collapse: collapse;
margin: 1rem auto;
text-align: center;
}
th, td {padding: 5px 10px; border: 1px solid #555;}
th {background: #27ae61; color: #fff; font-size: 13px;}
td {background: #fbfbfb; font-size: 15px;}