body{background-image:url(background.jpeg);background-repeat:no-repeat;background-size:cover;background-color:#e0ffff;font-size:medium;line-height:1;margin:25px}body>header{text-align:center;margin-bottom:50px}table,td,th{border:1px solid;border-collapse:collapse;padding:.5rem}th{background-color:#89cff0;font-weight:700}tr:nth-child(even){background-color:#f0f8ff}tr:nth-child(odd){background-color:#add8e6}table caption{font-weight:700;margin-bottom:.5rem}.grid-container{display:grid;gap:30px}.current{grid-row:1;grid-column:1;justify-self:end}.forecast{grid-row:2;grid-column:1/3;justify-self:center}.tide{grid-row:1;grid-column:2;justify-self:start}