html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

p {
    margin: 0;
}

button {
    cursor: pointer;
}

* {
    box-sizing: border-box;
}

