.mui-bar{
	background-color: white;
	box-shadow: 0 0;
}
#btn {
	border-radius: 10px;
	font-size: 20px;
	background-color: red;
	height: 50px;
	width: 90%;
	margin:70px 5% 0;
	box-shadow: 0 0 10px 5px #bcdce7;
}
.mui-bar a{
	color: #000000;
}