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

* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    height: 100%;
}

html,
body {
    min-height: 100%;
}

ul,
ol {
    list-style: none;
}

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
}

svg {
    display: inline-block;
    max-width: 100%;
}

img,
picture,
video,
canvas {
    display: block;
    max-width: 100%;
}

button {
    cursor: pointer;
    border-radius: 0;
    border: none;
    background: transparent;
}

input, textarea, select {
    color: inherit;
    letter-spacing: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeSpeed;
    font-size: 1.6rem;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f9fafb;
    padding: 2rem;
    color: #1f2937;
}
