* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a,
input,
textarea,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6 {
  font: inherit;
  color: inherit;
}

a {
  text-decoration: none;
}

img,
video,
iframe {
  display: block;
  width: 100%;
  height: auto;
}

button,
label,
input {
  cursor: pointer;
}

input[type="submit"],
button {
  border: none;
  background-color: transparent;
}

dialog[open] {
  border: none;
  background-color: transparent;
  border-radius: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  display: grid;
  place-items: center;
}

svg {
  line-height: 0;
  vertical-align: middle;
}
