@keyframes gentle-rock{0%{transform:rotate(-15deg)}50%{transform:rotate(15deg)}to{transform:rotate(-15deg)}}.rock{color:#fefefe;align-self:center;width:min(70vh,70vw);height:min(70vh,70vw);animation:4s ease-in-out infinite gentle-rock;display:block}@media (prefers-reduced-motion:reduce){.rock{animation:none}}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}h1,h2,h3{font-family:Georgia,Times New Roman,Times,serif}code,pre{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.top{flex-direction:column;place-content:stretch center;height:100vh;display:flex}html{background-color:#222;max-width:min(70ch,100% - 3rem);margin-inline:auto;font-family:System UI;font-size:1.25rem;line-height:1.5}a{color:#fefefe;text-decoration:none}a:hover{color:gold}.flex-table{margin-top:.5rem}.flex-row{flex-direction:row;place-content:stretch center;align-items:center;display:flex}.flex-cell{white-space:nowrap;flex-direction:row;justify-content:center;align-items:center;gap:.2rem;padding:.5rem;display:flex}.test{white-space:normal;overflow-wrap:anywhere;word-break:break-word;max-width:40ch}.flex-row .flex-cell.left{background:#fefefe;padding:1rem 2rem}.flex-row .flex-cell.right{background:#222;padding:1rem 2rem}.flex-cell img{flex:none}@media screen and (width<=480px){.flex-row{flex-direction:column}}