.bottombar-wrapper{

	background-color: var(--shadow);
	width:100%;
	height:80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bottombar-container{
	font-size: 0.8rem;
	color: var(--light-gray);

}
