video,
audio {
  width: 100%;
  height: auto;
  min-height: 50px;
  /* border-style: none; */
  border: 1px solid #ffffff;

  display: none;
  visibility: hidden;
}

audio {
  max-width: 200;
  border: none;
}

.visible {
  display: block;
  visibility: visible;
}

body {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  margin: auto;

  background: rgb(2, 0, 36);
  background: linear-gradient(
    90deg,
    rgba(2, 0, 36, 1) 0%,
    rgba(121, 9, 118, 1) 35%,
    rgba(0, 212, 255, 1) 100%
  );
}

:where(audio, canvas, iframe, img, svg, video) {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5 {
  color: white;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    sans-serif;
  margin: 1rem;
}

h4 {
  margin-top: 2rem;
  margin-bottom: 0;
}

h5 {
  font-weight: 300;
  margin-top: 0.5rem;
}
