.Box{width:100%;border:2px solid black;margin-top:20px;margin-bottom:20px;padding:15px}.ErrorBox{margin-top:20px;margin-bottom:20px;color:red}.Header{display:flex;margin:0;padding:0;width:100%;height:60px;background-color:#eee;border-bottom:1px solid #ccc}.HeaderButton{display:flex;align-items:center;justify-content:center;width:60px;height:60px;color:#000;cursor:pointer;font-size:28px;border-right:1px solid #ccc;border-bottom:1px solid #ccc}.HeaderButton:hover{background-color:#fff}.LongItem{width:100%;border:2px solid black;padding:10px;margin:10px;display:flex;flex-direction:column;gap:5px}.MessageBox{margin-top:20px;margin-bottom:20px;color:#00f}.OutputBox{white-space:pre-wrap;overflow-wrap:anywhere;background-color:#ddf;border:1px solid black;font-family:monospace;font-size:16px;padding:5px;margin-bottom:15px}.Page{max-width:800px;padding:15px;margin:auto;display:flex;flex-direction:column;align-items:center;font-family:sans-serif;font-size:18px}.Separator{width:100%;border-width:1px;border-style:solid}.ShortItem{width:100%;border:2px solid black;padding:10px;margin:10px;display:flex;justify-content:space-between}.Section{width:100%;margin-top:40px;border:1px solid black;border-radius:2px}.SectionHeader{text-align:center;font-size:24px;padding:4px;border-radius:2px 2px 0 0;background-color:#000;color:#fff}.Form{width:100%}.Form input{font-size:18px}.Form input:not([type=checkbox]):not([type=radio]){width:100%}.Form input[type=submit]{margin-top:10px}.Form select{width:100%;font-size:18px}.Form textarea{width:100%;font-size:18px;padding:10px}.Form label{font-size:20px;text-align:right}.Grid{display:grid;grid-template-columns:min-content auto;align-items:center;gap:10px}@media (max-width: 560px){.Form label{text-align:left}.Grid{grid-template-columns:auto;gap:5px}}.LoginPage{width:100vw;height:100vh;display:flex;justify-content:center;align-items:center}.LoginForm{max-width:500px}*{box-sizing:border-box;font-family:sans-serif}body{margin:0}h1,h2,h3,h4,h5,h6,p,ul{margin-top:10px;margin-bottom:10px}
