body{
	background-color: white;
}
.mui-content{
	background-color: white;
}
a{
	color: black;
}
.mui-bar{
	background-color: white;
	box-shadow: 0 0 0;
}
p{
	margin: 20px;
}
#btn{
	width: 90%;
	border-radius: 100px;
	background-color: red;
	
	position: fixed;
	bottom: 10px;
	left: 5%;
}
.interval{
	float: right;
	line-height: 44px;
	font-size: 16px;
	color: red;
}