html,body{margin:0;height:100%}canvas{width:100%;height:100vh;display:block}#errorMessage{display:flex;justify-content:space-between;align-items:center;position:absolute;top:10px;height:40px;padding:10px;border-radius:10px;color:#fff;font-weight:700;background-color:red}#errorMessage img{height:35px;width:auto}#rotate-warning img{width:100px;height:auto}@media screen and (max-aspect-ratio:1/1){#rotate-warning{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;width:100vw;background-color:#000;color:#fff;text-align:center}#app-container{display:none}}@media screen and (min-aspect-ratio:1/1){#rotate-warning{display:none}#app-container{display:block}}.data-table{width:90%;border-collapse:collapse;font-family:sans-serif}.data-table th,.data-table td{border:1px solid #ccc;padding:8px 12px;text-align:left}.data-table thead{font-weight:700}
