/* reset.css */

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

/* Remove default margins and padding for some elements */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Remove list styles on ul, ol elements */
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Remove default style for some form elements */
input,
button,
textarea,
select {
  font: inherit;
  margin: 0;
}

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

/* Reset button styles */
button {
  background-color: transparent;
  cursor: pointer;
  border: none;
  outline: none;
}

/* Set responsive media elements */
img,
picture {
  max-width: 100%;
  display: block;
}

img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* Responsive iframe */
iframe {
  border: 0;
  max-width: 100%;
}

html,
body {
  height: 100%;
}
