body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  background-color: white;
}

.title {
  margin-top: 115px;
  text-align: center;
  color: black;
}

.title a {
  color: #000;
  text-align: center;
  font-family: "Diplomata SC";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

#container3D canvas {
  width: 100vw !important;
  height: 80vh !important;
  position: absolute;
  left: 0;
  bottom: 0;
  /* background-color: aqua; */
}
