html{ box-sizing: border-box; scroll-behavior: smooth; } /* ----------------Header---------------------- */ body{ /* background-color: #F3EED9; */ background-color: black; } header{ margin-left: auto; margin-right: auto; width: 90%; margin-top: 80px; background-color: white; border-radius: 12px; } header h1{ color: black; font-size: 60px; text-align: center; } .split{ display: flex; flex-direction: column; margin-left: auto; margin-right: auto; text-align: center; width: 60%; margin-top: 175px; } @media(min-width: 40em){ .split{ flex-direction: row; } } .item{ background-color: white; height: 250px; width: 250px; border-radius: 12px; margin-left: auto; margin-right: auto; text-align: center; } img{ margin-top: 60px; width: 120px; height: 120px; } input{ margin-top: 60px; width: 120px; height: 120px; } a{ text-decoration: none; color: black; }