
  #testing-buttons {
	position: fixed;
	top: 150px;
	right: -200px;
	width: 200px;
	background: white;
	z-index: 500;
	transition: all ease 0.6s;
	padding: 1rem;
	height: 80vh;
  }
  
  #testing-buttons.open {
	right: 0;
  }

  #toggle-test-buttons {
	width: 100px;
	position: absolute;
	left: -100px;
  }

  #testing-buttons h2 {
	margin-top: 2rem;
	font-size: 18px;
  }
  
  #testing-buttons button {
	margin-bottom: 1rem;
  }
