html { 
	background: url('https://isernogkoffie.nl/images/pariwat-pannium-S8daAB_nJSg-unsplash.jpg') no-repeat center center fixed; 
	background-size: cover;
}

.center {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.text {
	background: rgba(255, 255, 255, 0.3);
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	border-radius: 25px;
	width: 75%;
	backdrop-filter: blur(7px);
}

.large-text {
	font-size: 2.5em;
	margin: 15px;
	font-weight: bold;
}

.small-text {
	font-size: 2em;
	margin: 15px;
}

/* #cups 
{
	font-size: 2em;
	line-height: normal;
}

#cups img {
	width: 100px;
	height: 100px;
	padding: 15px;
} */

#history {
	margin: auto;
	height: 250px;
	width: 95%;
}

#history .title {
	padding: 5px;
	color: rgba(0, 0, 0, 0.9);
	border-radius:  25px 25px 0px 0px;
	background: rgba(255, 255, 255, 0.3);
}

#history .bars{
	background: rgba(255, 255, 255, 0.3);
}

#history .day{
	margin: 0;
	padding: 0;
	width: 7%;
	height: 100%;
	display: inline-block;
	font-size: 15px;
}

#history .day .bar {
	height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
} 


#history .day .hour {
	margin: auto;
}


#history .day .bar .bar-inner {
	margin: 0 auto;
	border-radius: 10px;
	width: 50%;
	height: 0%;
	background-color: rgba(52, 52, 52, 0.6);
} 

#history .day .bar .bar-inner:hover {
	background-color: rgba(52, 52, 52, 1);
} 


#history .labels
{
	border-top: solid 2px rgba(0, 0, 0, 0.6);
	height: 25px;
	width: 100%;
}

#history .labels .label 
{
	display: inline-block;
	width: 7%;
}

#history .day .bar-label{
	height: 50px;
}

#history .labels .label .tick {
  background-color: rgba(0, 0, 0, 0.6);;
  height: 8px;
  width: 2px;
  margin: auto;
}


@media (max-width: 960px) {
	#cups img {
		width: 20px;
		height: 20px;
		padding: 5px;
	}

		
	.large-text {
		font-size: 1.5em;
		font-weight: bold;
	}

	.small-text {
		font-size: 1.25em;
	}

	.center
	{
		width: 95%;
	}
}
