.center {
  justify-content: center;
  align-items: center;
  text-align: center;
}

 a:link {
  text-decoration: none;
  color: #3182bd;
}

a:visited {
  text-decoration: none;
  color: #3182bd;

}

a:hover {
  text-decoration: underline;
  color: #3182bd;
}

a:active {
  text-decoration: underline;
  color: #3182bd;
}

@media screen and (min-width: 64em) {
	body:not(.viz *) {
		margin: 4%;
		padding: 10px;
	  font-family: sans-serif;
	  /* color: #5D6063; */
	}
  .demo-container {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 64em) {
	body:not(.viz) {
		background-color: #fff;
		padding: 5px;
	  font-family: sans-serif;
	  /* color: #5D6063; */
	}
  .demo-container {
    width: 98%;
    margin: 0 auto;
  }
}

.em {
  font-style: italic;
}

.strong {
  font-weight: bold;  /* Or 700 */
}

h1, h2, h3, h4, h5, h6 {
  /* line-height: 1.3em; */
  font-weight: normal;
  font-style: normal;
}

.x3dom-progress {
	display: none
}
canvas {
	outline: none;
}
x3d {
	outline: none
}
