* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
line-height: 1.5;
color: #111827;
background: #fff;
}
img {
max-width: 100%;
height: auto;
display: block;
}
a {
color: inherit;
}