*{ margin: 0px; padding: 0px; } #promo_cep{ display: flex; justify-content: space-around; background-color:#ada390; color: white; } #cabecalho{ display: flex; background-color: #ffb18b; justify-content: space-between; } #logo{ width: 256px; height: 75px; margin: 15px; } #opcoes{ display: flex; } .icons{ width: 40px; height: 40px; color:white; margin: 30px 10px 30px 10px; } #menu{ display:flex; border: solid 6px #ffb18b; margin:20px; justify-content: space-around; } .opcoes_menu{ font-size: 25px; color: black; text-decoration: none; } h1{ font-size: 60px; margin: 40px 0px 30px 300px; } #tit_ped{ border: 5px solid #ffb18b; width: 450px; height: 30px; margin-left: 450px; font-size: 30px; } #botao_num{ border: 5px solid #ffb18b; background-color: #ffb18b; color: white; font-size: 30px; height: 40px; width: 300px; margin-top: 10px; margin-left: 530px; } #rodape{ display: flex; justify-content: space-between; margin-top: 119px; background-color: #ffb18b; height: 90px; } #form{ padding-top: 10px; padding-left: 10px; } #botao{ background-color: #ffb18b; font-size: 20px; width: 70px; height: 30px; color: white; border: solid 3px white; } #novidds{ font-size: 30px; color: white; padding-left: 10px; } #redessociais{ display: flex; } .sociais{ width: 40px; height: 40px; color:white; margin: 30px 10px 30px 10px; } .nome_email{ font-size: 20px; }