html, body { background-color: #fff; color: #335; font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif; margin: 0; padding: 0; } div { box-sizing: border-box; } h1 { color: #69c; font-size: 45px; font-weight: lighter; line-height: 60px; margin-bottom: 0; margin-left: 30px; margin-right: 30px; margin-top: 30px; } h2 { color: #666; font-size: 20px; font-weight: normal; line-height: 30px; margin-bottom: 30px; margin-left: 30px; margin-right: 30px; margin-top: 0px; border-bottom: 1px solid #eef; } .Grid { margin-bottom: 45px; } .Grid-row { margin: 0; padding: 0; } .Grid img { cursor: pointer; transition-duration: .05s; transition-property: transform, box-shadow; transition-timing-function: ease-out; } .Grid img:hover { box-shadow: 1px 2px 5px rgba(0, 0, 0, .7); transform: scale(1.4); } .BigPicture { background-color: rgba(0, 0, 0, 0.6); bottom: 0; display: flex; flex-direction: column; left: 0; padding: 30px; position: fixed; right: 0; top: 0; z-index: 100; } .BigPicture-image { background-position: center; background-repeat: no-repeat; background-size: contain; flex: 1 1 auto; } .BigPicture-footer { align-self: center; display: flex; flex: 0 0 auto; justify-content: space-between; margin-top: 30px; max-width: 200px; width: 100%; } .BigPicture-footerLink { color: #69c; cursor: pointer; font-size: 18px; text-decoration: none; text-shadow: 0 0 18px rgba(0, 0, 0, .7); } .BigPicture-footerLink:hover { text-decoration: underline; } @media (prefers-color-scheme: dark) { html, body { background-color: #111; color: #ccf; } h2 { border-color: #335; color: #bbb; } }