body
{
  background-color: black;
}

.header
{
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
}

.controls
{
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 25px;
}

.Viewer-div
{
  flex: 5;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background-color: white;
}

.model-canvas
{
  height: 800px;
  width: 100%;
  border-radius: 30px;
  border: 3px solid rgb(80, 80, 80);
}


.footer
{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;
  color: white;
  font-size: 60px;
}