#webgl-error {
  font-size: 16px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  padding: 16px;

  display: none;

  text-align: center;
}

#webgl-error a,
#webgl-error a:visited,
#webgl-error a:active {
  color: #58b5ff;
}

#webgl-error.is--active {
  display: block;
}
