body{
    background-image: url('https://files.catbox.moe/6ayaf2.png');
    background-repeat:no-repeat;
    background-size:cover;
    font-family: higu;
    font-size: 1.2vw;
    color: #430023;
    background-color: white;
    overflow: hidden;
    cursor:url('https://files.catbox.moe/epjm37.png'), auto;
}

a:hover {
cursor:url('https://files.catbox.moe/udfw3w.png'), url('https://files.catbox.moe/epjm37.png'), auto;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

a:link {
  color: #F05167;
  font-size: 1.6vw;
}

/* visited link */
a:visited {
  color: #C72232;
}

/* mouse over link */
a:hover {
  color: #430023;
}

/* selected link */
a:active {
  color: #430023;
}

@font-face {
    font-family: higu;
    src: url(https://files.catbox.moe/uadt82.TTF);
}

::-moz-selection {
  color: white;
  background: #F05167;
}

::selection {
  color: white;
  background: #F05167;
}

[id] {
	display: none;
}
[id]:target {
  display:block;
}

h1{
  color: #C72232;
  text-align: center;
  font-size: 3.5vw;
  margin: 0;
}

.main { 
    background: white;
    border: 6px solid #F05167;
    top: 18px;
    width: 38%;
    height: 83%;
    padding: 2%;
    margin: auto;
    position: absolute;
    left: 45%;
    overflow: auto;
    background-color: white;
    scrollbar-width: none; 
    -ms-overflow-style: none;
    border-radius: 40px;
}

ul li{
    list-style-image: url('https://files.catbox.moe/12y2xc.gif');
}