html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: white;
  overflow: hidden;
  font-family: "Glory", sans-serif;
  background: #1d121e;
}

#container {
  position: absolute;
  text-align: center;
}

.buttonshow_on {
  margin: 6px;
  background: #868686;
  padding: 13px;
  border-radius: 2px;
  position: relative;
  text-align: center;
  float: right;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  color: white;
  border: 1px solid #4d3f4e;
  font-size: 17px;
  margin-right:-1px;
}

.buttonshow_on:hover {
	background: #645565;
}

.acronymlogo {
  padding-top: 4px;
  margin-right: 12px;
}

#myElement {
	min-height: 375px;	
}

.video {
	margin:8px;
	border: 1px solid #858585;
	
}