body{
	padding: 10px;
	background-color: white;
}
.mui-content{
	background-color: white;
}
.img{
	height: 250px;
	width: 100%;
}
.name{
	text-align: center;
}
.content{
	color: black;
}
.fix{
	width: 200px;
	height: 120px;
	position: fixed;
	bottom: 100px;
	right: 10px;
	display: none;
}
.block{
	display: block;
}