body {
    height: 100vh;
    overflow: hidden;
}

.content {
    height: 95vh; /* Adjust this value as needed */
    overflow: auto;
}
