.open-button {
	background-color: rgb(255, 230, 0);
	color: rgb(7, 7, 7);
	padding: 16px 20px;
	border: none;
	cursor: pointer;
	opacity: 0.8;
	position: fixed;
	bottom: 70px;
	right: 100px;
	width: 200px;
  }
  
  