1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
.address { display: flex; justify-content: center; margin: 40px 0px 0px; } .address__container { margin: 0px 20px; } .input__container { display: flex; justify-content: center; flex-direction: column; font-family: 'Barlow'; font-size: var(--font-medium-s); }