body {
    padding: 0;
    margin: 0;
}

button {
    background-color: unset;
    border: unset;
    padding: 0.25rem;
    outline: 0;
    cursor: pointer;
}

p {
    line-height: 22px;
    font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0.75rem;
    font-weight: 400;
}