{cursor: url("https://files.catbox.moe/madojk.cur"), auto;}

@font-face {
  font-family: "champagne";
  src: url("https://files.catbox.moe/swzlmr.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "velista";
  src: url("https://files.catbox.moe/ox0rfz.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "champagne";
  src: url("https://files.catbox.moe/s4anmh.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "champagne";
  src: url("https://files.catbox.moe/422inb.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@supports (scrollbar-color: auto) {
  .body {
    scrollbar-color: red orange;
  }
}

@supports selector(::-webkit-scrollbar) {
  .body::-webkit-scrollbar {
    background: red;
  }
  .body::-webkit-scrollbar-thumb {
    background: orange;
  }
}
body {
       cursor: url('https://zoppzoop.neocities.org/aaa.png'), default;
         cursor: url('https://zoppzoop.neocities.org/aaa.png'), auto;
	font-family: "champagne", sans-serif;
	font-size: 18px;
  color:#f8f6f1;
	background:url("https://lalondes.neocities.org/lish/bg.png");
	text-align: center;
	background-size: cover;
	background-attachment: fixed;
  background-position:center;
  margin-top:60px;
  	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 1s;
  }

li {
  text-align: left;
  margin-left: 20px
  }

h1 {
  text-align: center;
  font-size: 40px;
  letter-spacing:4px;
  text-decoration: underline;
  color:#8f000e;
  font-family: "velista", sans-serif;
  }

p{
  overflow: hidden;
  padding:1vw 1vw 1vw 1vw;
}
.icon {
  width:150px;
  border-radius:100%;
  border: 3px solid #8f000e;
  float:left;
  margin-top:10%;
}

.left {
  text-align:left;
  }

.box {
  margin: 5% auto 4% auto;
	width: 50vw;
	padding: 3.5vw, 4vw;
}

.box img {
  max-width: 100%;
  height: auto;
  padding:10px 10px 10px 10px;
  }

.button {
  font-family: "velista";
  display: inline-block;
  background-color: #8f000e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  padding: 10px;
  margin:70px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  width:500px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}
  .sideimage { 
right: -120px;  
bottom:10px;
  float: right;
  position: fixed;
  max-width: 450px;
  }
  
.sideimage img {
  max-width: 10%;
  height: auto;  
  }

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

  

@media only screen and (max-width: 620px) {
  /* For mobile phones: */
  .box, .button{
    width: 80%;
  }
  
  
