.floating-container {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 40px;
	text-align: center;
	
}

.floating-container .floating-button {
	position: absolute;
	width: 50px;
	height:50px;
	background-color: rgb(119, 118, 123);
	border-radius: 50%;
	text-align: center;
	border: none;
}

