.word--swing {
  font-size: 11vw;
  font-family: 'Londrina Solid', serif;
  font-weight: 400;
  text-transform: uppercase;
  color: wheat;
  line-height: 0.725;
  perspective: 800px;
}

.word--swing>span:first-child {
  color: #ea757f;
}

.word--swing>span:nth-child(2) {
  color: #7577ea;
}

.word--swing>span:nth-child(3) {
  color: #8dea75;
}

.word--swing>span:nth-child(4) {
  color: #e2e623;
}

.word--swing>span:nth-child(5) {
  color: #ffc107;
}

.word--swing>span:nth-child(6) {
  color: #6830cb;
}

.word--swing>span:nth-child(7) {
  color: #f02424;
}

.word--swing>span:nth-child(8) {
  color: #4cc5f4;
}

@font-face {
  font-family: myFirstFont;
  src: url("../images/Heritage-PKoy7.ttf");
}

.word-writteng {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: myFirstFont;
  font-size: 7vw;
  margin-left: -45%;
	margin-bottom:1%;
  left: 20%;
  pointer-events: none;
  color: white;
  font-weight: 400;
  line-height: 0.725;
  perspective: 800px;
}

.word-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: myFirstFont;
  font-size: 2vw;
  margin-left: -45%;
	margin-bottom:1%;
  left: 20%;
  pointer-events: none;
  color: white;
  font-weight: 400;
  line-height: 0.725;
  perspective: 800px;
}


.word--swing svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 450px;
  height: 510px;
  margin: -255px 0 0 -225px;
  pointer-events: none;
}

.word--swing svg circle {
  fill: currentColor;
  opacity: 0;
  transform-origin: 50% 50%;
}

.word--swing span {
  display: block;
  position: relative;
}

.word--swing span span:first-of-type {
  position: absolute;
  font-family: 'Londrina Outline';
}

.word--swing span span:last-of-type {
  transform-style: preserve-3d;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
}
