p { margin:1%; padding:1%; } br { margin-top:10%; } body { width: 930px; max-width: 100%; margin-left: auto; margin-right: auto; padding: 0; } #meta-heading { text-align: center; margin-top: 10px; } #meta-heading, span { color: rgb(112, 114, 118); } #title { text-align: center; margin-top: 10px; } .box-paragraph { text-align: justify; background: #0d6efd; border-radius: 1.5rem; color: rgb(255,255,255); width: 900px; max-width: 85%; margin-left: auto; margin-right: auto; margin-top: 15px; margin-bottom: 20px; padding: 15px; } form { margin-left: auto; margin-right: auto; width:900px; max-width: 85%; } input, #subject { display: block; background: #DCEAFF; width: 900px; max-width: 100%; height: 60px; margin-left: auto; margin-right: auto; margin-bottom: 15px; border-radius: 1.5rem; padding: 15px; border: none; } textarea, #message { display: block; resize: none; background: #DCEAFF; width: 900px; max-width: 100%; height: 400px; margin-left: auto; margin-right: auto; margin-bottom: 15px; border-radius: 1.5rem; padding: 15px; border: none; } button, #submit { display: block; width: auto;float: right; margin-bottom:10px; border-radius: 1.5rem; } ::placeholder { color: #343a3e; opacity: 0.75; }