/* Adsdigi IELTS Center — page layout & scaling
   The design is authored at a fixed 1920px width and scaled to fit the viewport. */
html, body {
  margin: 0;
  padding: 0;
  background: rgb(255, 249, 254);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

#outer {
  width: 100%;
  overflow: hidden;
  background: rgb(255, 249, 254);
}

#scaler {
  width: 1920px;
  height: 8005px;
  transform-origin: top left;
}
