body {
  border: 12px solid #444;
  box-sizing: border-box;
  margin: 0 auto;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  overscroll-behavior-x: none;
  overscroll-behavior-y: none;
  background-image: url(/img/paper.png);
}
.kaisei-harunoumi-regular {
  font-family: "Kaisei HarunoUmi", serif;
  font-weight: 400;
  font-style: normal;
}
.main-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  top: 25%;
  position: relative;
}
@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}
.rotating-text {
  animation: rotate 15s linear infinite;
  transform-origin: 50% 50%;
  transition: 0s fill;
  animation-direction: reverse;
}
.circle-text {
  font-family: Kaisei HarunoUmi;
  text-transform: uppercase;
  font-size: 17.6px;
  letter-spacing: 2px;
  
}
.outer {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inner2 {
  position:relative;
 width: 300px;
  height: 300px;
}
.inner {
  display: block;
}
.footer-logo {
  position: absolute;
  z-index: 1;
  width: 80px;
  height: 80px;
  padding: 27px;
  background-color: #fbb42e;
  border: 3px solid #3c3c3c;
  border-radius: 100px;
  margin-top: -5px;
}
.coming-soon {
  font-family: Kaisei HarunoUmi;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  color: #444;
}