html,body{height:100%;margin:0}*{box-sizing:border-box}p{margin:0}button{height:100%;cursor:pointer}a{text-decoration:underline dotted;cursor:pointer}main{width:100%;height:100%;padding:20px}h1,h2,h3{margin-bottom:10px;font-family:Arial,Helvetica,sans-serif}.text-lg{font-size:20px}.flex{display:flex;flex-direction:row;gap:8px}.flex-col{display:flex;flex-direction:column;gap:8px}@media (width < 768px){.mobile-hide{display:none}button.desktop-hide{border:solid 1px black}}@media (width >= 768px){.desktop-hide{display:none}}
