
* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

h1, h2, h3 {
    font-weight: 700;
    margin: 0;
}