html {
  scrollbar-color: #e80084 white; 
  scrollbar-width: thin;
}

body{
    background-image: url('https://files.catbox.moe/ku5oh0.jpg');
    background-repeat: repeat;
    background-size: 200px;
    font-family: Ms Ui Gothic;
    font-size: 1.9vw;
    color: #e80084;
    background-color: white;
    cursor:url('https://files.catbox.moe/na4m2v.png'), auto;
}

@font-face {
font-family: trucking;
src: url(https://dl.dropbox.com/s/fez9i3nk7qelaae/Magic%20Funk.ttf);
}

.main {
  width:640px;
  height:auto;
  padding: 7px;
  margin-left:auto;
  margin-right:auto;
  align-content: center;
  align-items: stretch;
  margin: auto;
  justify-content: center;
  background: white;
  border: 2px dashed #f274b5;
}

::-moz-selection {
  background: #f9aed5;
}

::selection {
  background: #f9aed5;
}

[id] {
	display: none;
}
[id]:target {
  display:contents;
}