/* Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

/* Typography */
body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

/* Links */
a {
  text-decoration: none;
  color: inherit;
}

/* Box-sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Responsive media */
img,
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Clear floats */
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* Normalize form elements */
input,
textarea,
select,
button {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

header:first-of-type,footer {
  display: none !important;
}

/* Optional additional resets or custom styles can be added below */
