:host { display: flex; justify-content: center; } #box { width: 800px; display: flex; flex-direction: column; } #menu { display: flex; margin: 10px; } .tab, .selected-tab { background-color: lightgray; border: 3px solid #000; border-top-left-radius: 5px; border-top-right-radius: 5px; margin-right: 5px; border-bottom: 0; } .selected-tab { background-color: white; } #create-form, #delete-form, #update-form { background-color: #3a3a3a; padding: 10px 20px 20px 20px; border: 2px solid #000; border-radius: 5px; visibility: visible; /*position: absolute;*/ } #header { display: flex; gap: 20px; align-items: center; h1 { display: inline; width: min-content; } button { margin-top: 3px; } } #header2 { display: flex; flex-direction: column; gap: 10px } #searchArea { display: flex; form { display: flex; width: 100%; gap: 10px; } input[type=text] { display: flex; width: 100%; } } #sortArea { display: flex; flex-direction: row; gap: 10px; align-items: center; } select { font-size: 14pt; padding: 5px; }