@charset "utf-8";
/* CSS Document */
body {
  width: 100%;
  height: 100%;
  background: #333;
  font-family: 'Century Gothic', sans-serif;
  overflow: hidden;
}

.svg-content {
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.svg-content2 {
  position: absolute;
  top:60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.svg-content3 {
  position: absolute;
  top:35%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.title {
  text-align: center;
  color: white;
}

#cubos {
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
