* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  cursor: none;
}

body {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  background-color: #3c3c3c;
  color: white;
}

.privacy-policy-content {
  margin-top: 10%;
  font-family: "Outfit", sans-serif;
  width: 100%;
  height: 70%;
  overflow-y: scroll;
  padding: 0 3rem;
}

.privacy-policy-content h1 {
  font-size: 2.2rem;
}

.privacy-policy-content h2 {
  font-size: 1.8rem;
  text-align: left;
}

.privacy-policy-content {
  font-size: 1.5rem;
}

.privacy-policy-content ul {
  padding: 0 3rem;
}

.privacy-policy-content h1{
  text-align: center;
}

.cursor {
  position: fixed;
  width: 4.5%;
  height: 4.5%;
  border-radius: 50%;
  background: url("homeImages/Cursor-pointer_power-switch_black.png") center/contain no-repeat;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: width 0.2s, height 0.2s, background 0.2s, box-shadow 0.2s ease;
  z-index: 2147483648;
}