/* app.css */
@import url("main.css"); 
@import url("style.css");

#page-container {
  position: relative;
  min-height: 120vh;
  padding: 0 1rem;
}

#content-wrap {
  padding-bottom: 2.5rem; /* Footer height */
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem; /* Footer height */
}
