@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap'); html,body{ margin: 0; } *{ font-family:"Roboto", sans-serif; } header{ background: #EAD945; padding: 24px 40px; } main{ margin: 24px 40px; } main table{ margin: auto; width: 100%; background: #edce73; border-radius: 12px; } form label{ font-size:18px; } footer{ margin-top: 20%; padding:10% 10%; text-align: center; background:chocolate; }