       cursor: url('https://zoppzoop.neocities.org/aaa.png'), default;
         cursor: url('https://zoppzoop.neocities.org/aaa.png'),

@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;
}


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: 30px;
  letter-spacing:4px;
  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:20%;
}

.left {
  text-align:left;
  }

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

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

.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(max-width: 1440px) {
    .sideimage {
      max-width: calc(100% - 975px);
      }
  }

@media only screen and (max-width: 620px) {
  /* For mobile phones: */
  .box, .button{
    width: 80%;
  }
  
  @media only screen and (max-width: 620px) {
  /* For mobile phones: */
  .header{
 display:block;margin:0 auto;
  }
@media screen and (max-width: 531px) {
    .box { display: flex; flex-flow: column; }
    .icon { order: 1; }
    .header { order: 2;  }
    .paragraph { order: 3; }
    .svg { order: 4; }
}
  

    .icon {display:block;margin:0 auto;}
  
