img,
svg {
  display: block;
}
img,
video {
  max-width: 100%;
  height: auto;
}

html,
body {
  margin: 0;
  background: #010101;
  color: rgba(240, 240, 240);
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body {
  min-height: 100vh;
  box-sizing: border-box;
  padding: 32px 16px;
  background: #010101;
  background: radial-gradient(farthest-corner at 30% 30%, #010101, #2e224b);
}

.center {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

a {
  color: #bfd2eb;
  text-decoration: none;
}

.container {
  max-width: 1024px;
  margin: 0 auto;
}

.madeby {
  text-align: right;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 12px;
  font-size: 12px;
}

whep-video {
  width: 100%;
}