* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    background-color: hsl(30, 38%, 92%);
}

p,
h1,
h2,
span {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    vertical-align: baseline;
}

button {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: inherit;
    border: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}