
/* Base styles */
html, body {
    height: 100%; /* Make sure the body and html tags take full height */
    margin: 0;    /* Remove default margin */
    overflow: hidden; /* Prevent scrolling */
}

.main-container {
    background-color: #ff6541ff
    
}