/*\*/
html {margin: 0; padding: 0; background: #eaeaea; font: 16px/1.2 Verdana, sans-serif; --b: 1px solid #999;}
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 {border: var(--b);}
/*\*/
figure {margin: auto; background: #fbfbfb; padding: 10px 10px 5px; border: var(--b);} /* width in body */
figure img {display: block; outline: var(--b);}
figcaption p {margin: 5px 0; font-size: 15px;}
/* 3 tables */
div#across {margin-bottom: 1rem; display: flex; justify-content: center; align-items: flex-start;}
#across div {width: 290px;}
/*-*/
table.boats {
width: 250px; margin: auto;
border-collapse: collapse;
background: #fbfbfb;
font-size: 15px;
}
.boats th, .boats td {padding: 4px 8px; border: 1px solid #555;}
.boats th {background: #27ae61; color: #fff; font-size: 13px;}
.boats td:last-child {text-align: center;}
.name td:first-child {font-style: italic;}
/*\*/
div.g-box3 {
display: grid;
width: calc(350px + 20px + 1px + 20px + 350px); margin: 1em auto;
grid-template-columns: 370px 370px;
grid-gap: 1px;
background: #ff8c00; padding: 1px;
}
.g-box3 div {background: #fffacd;}
.g-box3 img {display: block; margin: 10px auto; outline: var(--b);}
.g-box3 p {margin: 5px; font-size: 15px;}
/*\*/
h3#subT {
width: fit-content; margin: -5px 0; padding: 10px 2rem;
background: #3086ca; background-clip: padding-box; clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%);
font-family: Comic Sans MS, cursive; color: #fff;
}
/*\*/
a.tie {text-decoration: none;}
a.tie:link, a.tie:visited {color: #00f;}
a.tie:hover {text-decoration: underline;}