* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.supascribe-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 90vw;
}

img {
  max-width: 100%;
  max-height: 50vh;
  width: auto;
  height: auto;
  display: block;
}

[data-supascribe-embed-id] {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
