@font-face { font-family: "Fell"; src: url("/IMFePIit29P.ttf"); } body { background-color: #e1eef2; margin: 0; } .wrapper { max-width: 70em; height: 100%; margin: 0 auto; background-color: #FFC63F; position: relative; box-sizing: border-box; padding: 20px; } .items { list-style: none; margin: 0; padding: 0; } .items > li { display: inline-block; } .items > li a { width: 120px; height: 120px; background: #D66C00; border-radius: 80px; display: block; border: 3px solid #1a1c1c; } .items > li a:hover { background-color: #f39a3f; z-index: 1; } .items > li.face-up a { background-color: #ed8112; background-size: contain; background-repeat: no-repeat; background-position: center; } .line { border-bottom: 3px solid #1a1c1c; height: 1em; text-align: center; position: absolute; transform-origin: 0 0; font-family: "Fell"; } .fullview { width: 100%; height: 100%; position: fixed; left: 0; top: 0; background-color: #e1eef280; padding: 1em; box-sizing: border-box; cursor: default; } .fullview > img { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); min-width: 40em; min-height: 30em; max-height: 100%; }