* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; } body { background-image: url(./images/bg-intro-desktop.png); background-color: hsl(0, 100%, 74%) ; } .dad { display: flex; flex-direction: row; justify-content: space-between; align-items: center; margin: 50px 50px; } .text-content { margin: 150px 10px; color: white; } .form{ display: block; height: 400px; width: 500px; border: 4px solid black; background: white; } .form-inside > input{ margin: 5px auto; border-radius: 5px; text-align: center; width: 450px; height: 50px; } .form-inside{ margin: 20px; /* background: white;*/ } .try { width: 25%; height: 50px; justify-self: flex-start; border-radius: 10px; background-color: hsl(248, 32%, 49%); } .try > p { vertical-align: middle; text-align: center; line-height: 50px; } .button { color: white; background: hsl(154, 59%, 51%); text-transform: uppercase; font-weight: 600; }