span { margin-top: 5rem; margin-bottom: 1rem; width: 45rem; font-size: 2em; } #new { display: flex; justify-content: center; width: 100%; padding-top: 2rem; padding-bottom: 1rem; border-bottom: solid 1px var(--gray); } #new input, .block { border-radius: 1rem 0 0 1rem; width: 40rem; } .block { width: 33em; } #new button { border-radius: 0 1rem 1rem 0; } .domain { margin-top: 2rem; } .domain .delete { border-radius: 0 1rem 1rem 0; } .domain .edit { border-radius: 0; }