#mouse-stalker {
  pointer-events: none;
  position: fixed;
  top: -15px;
  left: -15px;
  width: 30px;
  height: 30px;
  background-color: rgba(113, 181, 245, 0.5);
  border-radius: 50%;
  transform: translate(0, 0) scale(1.1);
  transition: all 0.3s ease-out;
  z-index: 9999;
}

.link-hover {
  width: 50px !important;
  height: 50px !important;
  background-color: rgba(255, 191, 0, 0.5) !important;
}

.show-main .top-bar {
  background-color: #1D2327;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  display: flex;
  -moz-column-gap: 100px;
       column-gap: 100px;
}
.show-main .top-bar a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition-duration: 0.3s;
}
.show-main .top-bar a:hover {
  transition-duration: 0.3s;
  color: #7AA4DC;
}
.show-main .body {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}
.show-main .body ul {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.show-main .body ul li {
  margin-bottom: 10px;
  line-height: 1.3em;
}
.show-main .back {
  text-decoration: none;
  border: 1px solid #7AA4DC;
  color: #7AA4DC;
  padding: 10px;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  display: block;
  text-align: center;
}
.show-main h1 {
  font-size: 20px;
  text-align: center;
  margin-top: 50px;
}
@media screen and (min-width: 1023px) {
  .show-main h1 {
    font-size: 25px;
  }
}
.show-main h2 {
  font-size: 18px;
  text-align: center;
  margin-top: 60px;
}
@media screen and (min-width: 1023px) {
  .show-main h2 {
    font-size: 20px;
  }
}
.show-main h3 {
  margin-top: 20px;
}
.show-main p {
  font-size: 13px !important;
  margin-top: 10px !important;
}
@media screen and (min-width: 1023px) {
  .show-main p {
    font-size: 16px !important;
  }
}
.show-main p:first-child {
  margin-top: 30px !important;
}
.show-main img {
  width: 70% !important;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
