html { box-sizing: border-box; } *, *::before, *::after { box-sizing: inherit; } td { width: 20px; background-color: grey; text-align: center; } table { padding: 10px; background-color: rgb(211, 208, 208); } input { margin-right: 10px; } .calc{ display: flex; justify-content: center; } #result{ text-align: center; color: aqua; font-size: 20px; } .greetings ,.introduction { display: flex; justify-content: center; height: auto; margin-bottom: 5px; background-color: grey; } .greetings__p , .introduction__p{ color: green; margin: 0; margin-right: 5px; font-size: 15px; } .greetings__span ,.introduction__span{ color: rgb(255, 161, 10); margin: 0; margin-right: 5px; font-size: 15px; }