﻿/* Reset styles */
*,
::before,
::after {
    box-sizing: border-box;
}

p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

hr {
    height: 0;
    border-top-width: 1px;
    border-bottom-width: 0;
}
