html {
	scroll-behavior:smooth;
}

body {
  font-family: "Times New roman", serif;
  background-color: #ff0059;
  color: #23000c;
  font-weight:bold;
  font-style: italic;
  font-size: 7vh;
  line-height:40pt;
  overflow-x: hidden;
  text-indent: 1em;
  cursor: crosshair;
}
* {
  box-sizing: border-box;
}

.set {
  padding: 10%;
}

.prt {
  display: block;
  z-index: -10;
  width: 50px;
  position: fixed;
  cursor: crosshair;
  opacity: 90%;

  

  
}
a:link {
  color: #ff0000;
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  text-decoration: none;
  color:#dedede;
  background-color: #ff0000;
  cursor: crosshair;
}

a:visited {
  color: #ff0000;
  text-decoration: dotted;
}

a:active {
 color:#ff0000;
}