Under Construction
body, html {
height: 100%;
margin: 0;
font-family: Arial, sans-serif;
background: #f4f4f4;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.container {
padding: 20px;
background: white;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
h1 {
color: #333;
}
.progress-bar {
background: #ddd;
border-radius: 5px;
width: 80%;
margin: 20px auto;
height: 20px;
overflow: hidden;
}
.progress {
background: #556B2F; /* Olive Green */
height: 100%;
width: 50%; /* Adjust the width to represent the current progress */
transition: width 0.5s ease;
}
Website Under Construction
We are working hard to bring you a great experience. Stay tuned!