
html, body {
  min-height: 200vh;
  margin: 25px;
}

body {
  display: flex;
  flex-direction: column;
}

#frame {
  margin-top: auto; /* This pushes the ad to the bottom of the flex container */
}
