/* landing-page.css */

html, body {
  margin: 0;
  padding: 0;
  height: 90%;
  background-color: #000; /* Ensures top line is black */
}

body {
  height: 90vh;

  background-image: url("AP Graphics logo 2026 WEB Loading Page.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

}
