body, html {
    height: 100%;
}

#page-container {
    position: relative;
    min-height: 100vh;
}
  
#content-wrap {
    padding-bottom: 2.5rem;    
}
  
#footer {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%; 
    max-width: 1200px; 
    height: 2.5rem;
    background-color: #0000ff;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    border-radius: 8px;
    margin: 10px auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1;
}
