body { padding: 0; margin: 0; } .menuitem label::after { content: " :"; } .menuitem input { max-width: 50px; } .row { display: flex; flex-direction: row; } .w-max { width: max-content; } .justify-evenly { justify-content: space-evenly; } .justify-center { justify-content: center; } .border { border: 1px solid black; } .p-2 { padding: 0.5rem; } .m-2 { margin: 0.5rem; }