body {

}

#headerText{
  font-family: 'Montserrat', sans-serif;
  color: White;
}

#headerDiv{

  background-color: DarkSlateGray;
  opacity: 0.7;
}

h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
}

h2 {
  font-family: 'Montserrat', sans-serif;

}
h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
}
div.viewer{
  text-align: center;
}

model-viewer.fox {
  width: 70%;
  height: 500px;

  background-color: black;
}

model-viewer.glbred {
  width: 80%;
  height: 700px;
  background-color: darkred;
}

model-viewer.glb {
  width: 80%;
  height: 700px;
  background-color: black;
}

model-viewer.strip {
  width: 80%;
  height: 400px;
  background-color: #1b5b51;
}

model-viewer.glb1 {
  width: 30%;
  height: 700px;
  background-color: black;
}
