html{
	scroll-behavior: ;
}
.mui-table-view-cell::before,.mui-table-view-cell::after,.mui-table-view::before,.mui-table-view::after{
	display: none;
}
.mui-table-view{
	background-color: transparent;
}
.mui-table-view-cell{
	width: 97%;
	height: 90px;
	background-color: white;
	margin:0 auto 10px;
	border-radius: 10px;
}
#btn{
	width: 30%;
	border-radius: 100px;
	margin: 10px 35% ;
}