video,
audio {
  width: 100%;
  height: auto;
  border-style: none;

  border: 1px solid #333;
}

body {
  background-color: #333;
  background-image: url('./assets/images/bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
  padding: 2rem;
  gap: 3rem;

  color: #333;
}

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

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

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

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

.column {
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;
}
