body {
  margin: 0;
  padding: 0;
  background: #6f0083;
  color: white;
  font-family: Pixelify Sans;
}    

::-webkit-scrollbar {
  width: 8px; 
}

::-webkit-scrollbar-track {
  background: #6f057a;
  border-radius: 0px;
  margin: 6px 0;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #b10ec2, #8c099a);
  border-radius: 10px;
  border: 2px solid #6f057a;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #c21ad6, #9d0ab0);
}

.background {
	position: fixed;
	width: 250%;
	height: 250%;
	top: 50%;
	left: 50%;
	z-index: -1;
	background-size: 550px;
	background-position: -100px -100px;
	background-image: url('https://izumiihd.github.io/pixelitcdn/assets/background.png');
	transform: translate(-50%, -50%) rotate(15deg);
	opacity: 0.1;
}

.terms {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  font-size: 1rem;
  font-weight: bold;
}

.tosContainer {
  width: 100%;
  max-width: 1000px;
  padding: 40px;
  margin: 0 auto;  
}

.title {
  font-size: 58px;
  font-weight: 700;
  margin-bottom: 8px;
  color: white;
  text-shadow: #000 1px 0 13px;
}

.lastUpdated {
  font-size: 20px;

  opacity: 0.8;

  margin-bottom: 35px;

  color: white;
}

.section {
  margin-bottom: 38px;
}

.sectionTitle {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #ffd5ff;
  text-shadow: #000 1px 0 13px;
}

.sectionText {
  font-size: 21px;

  line-height: 1.7;

  color: white;

  opacity: 0.95;
}

ul {
  margin-top: 14px;
  padding-left: 26px;
}

li {
  margin-bottom: 10px;

  font-size: 20px;

  color: white;
}

.footer {
  margin-top: 60px;

  text-align: center;

  opacity: 0.7;

  font-size: 18px;

  color: white;
}

.terms a {
  color: white;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .terms {
    display: none;
  }
}
