* { margin: 0; padding: 0; box-sizing: border-box; } html { scroll-behavior: smooth; } body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } img { max-width: 100%; height: auto; display: block; } a { text-decoration: none; transition: all 0.3s ease; } ul { list-style: none; } input, select, textarea, button { font-family: inherit; }