.cursor-dot {
  position: fixed;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: background-color 0.2s ease;
}

.rel-me-links {
  display: none;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  border: 0;
}

.bodytext,
.worktext,
.container-4 {
  padding-bottom: 5rem;
}

.body {
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .cursor-dot {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .body {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
