html, body {
    margin: 10;
    padding: 10;
    width: 100%;
    height: 100%;
    overflow: auto; /* or overflow: visible; */
}

.container {
    width: 95%;
    /* height: auto; */ /* Remove height if not needed */
    /* Add additional styling for your content here */
}
