.beta {
  position: absolute;
	z-index: 1000;
  right: 0;
	width: 2.5vw;
	height: 1.25vw;
  letter-spacing: 0.07vw;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  outline: none;
  border: none;
  border-radius: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #00b3ff;
	color: #FFF;
  font-weight: bold;
	font-family: 'Open Sans', Helvetica, 'sans-serif';
  font-size: 0.6vw;
}