/* normalize.css (modern, minimal) */

/* Box sizing */
*, *::before, *::after {
box-sizing: border-box;
}

/* Remove default margin */
body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
margin: 0;
}

/* Reset body */
body {
min-height: 100vh;
text-rendering: optimizeSpeed;
-webkit-font-smoothing: antialiased;
}

/* Remove list styles */
ul, ol {
list-style: none;
margin: 0;
padding: 0;
}

/* Anchor defaults */
a {
text-decoration: none;
color: inherit;
}

/* Images */
img, picture {
max-width: 100%;
display: block;
}

/* Forms */
input, button, textarea, select {
font: inherit;
margin: 0;
}

/* Buttons */
button {
background: none;
border: none;
cursor: pointer;
}

/* Tables */
table {
border-collapse: collapse;
border-spacing: 0;
}