.header h1 {
    font-size: 38px;
    color: rgb(239, 239, 50);
    padding: 12px;
    background: #006633;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;

}

.navbar {
    padding-top: 4px;
    padding-bottom: 2px;
    background: #d4fcd4;
}

.data-container { 
    width: 95%;
    height: 330px;
    position: relative;
    margin: 0 auto;
} 
.bar { 
	width: 15px; 
	position: absolute; 
	left: 0; 
	bottom: 0; 
	background-color: rgb(135, 156, 234); 
	transition: 0.2s all ease; 
} 

.bar__id { 
	position: absolute; 
	top: -24px; 
	width: 100%; 
	text-align: center; 
} 

.reset {
    background: linear-gradient(to right, #ff7e5f, #feb47b);
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.3s ease;
    margin-left: 25%;
    align-items: center;
}

.reset:hover {
    transform: scale(1.1); /* Increase the size on hover */
}



body {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Set minimum height of the body to 100% of the viewport height */
}

.footer {
    margin-top: auto; /* Auto margin at the top pushes the footer to the bottom */
    background-color:#d4fcd4; /* Adjust the background color as needed */
    color: black; /* Adjust the text color as needed */
    padding: 10px;
}


.footerend{
    color: rgb(239, 239, 50);
    background: #006633;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 50px;
    height: 50px;
}