/* CSS for Shelley Shores *//* main */html,body { margin: 0; padding: 0; height: 100%; }body { background: url("background.jpg"); background-size: cover; }/* #container { min-height: 100%; height: 100%; position: relative; } */header { padding: 2%; }main { padding: 10px; padding-bottom: 3.2em; }footer { position: absolute; bottom: 0; left: 5%; right: 5%; }header,footer { color: yellow; text-shadow: 1px 1px #000; text-align: center; }time { display: none; }