*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  image-rendering: pixelated;
  font-family: arial;
  font-weight: 600;
  color: #6a4a38;
  cursor: url("https://file.garden/aKM6cgV5eixaX8Eq/tumblr_fb3657311d9b24e001c5fcbc3cd32ba0_538e699f_75.webp"), auto;
}
body{
  background: url("https://file.garden/aKM6cgV5eixaX8Eq/tumblr_4757b551e72460b3c5f613633a9d3507_1be2c5e7_250.png");
}
.wrap{
  display: flex;
  margin: 0 auto;
  width: 750px;
  height: 800px;
  gap: 15px;
  margin-top: 40px;
}
aside, .content{
  background: #91ddff;
}
.content{
  width: 70%;
  border-radius: 30% 30% 0 0;
  height: 100%;
  border: 4px solid hotpink;
}
aside{
  width: 30%;
  border-radius: 40px 40px 0 0;
  margin-top: 25px;
  height: calc(100% - 25px);
  background: #bbedff;
  border: 4px solid pink;
}
header{
  width: 100%;
  height: 170px;
  position: relative;
}
@font-face{
  src: url("https://file.garden/aKM6cgV5eixaX8Eq/VENUSRIS.TTF");
  font-family: one;
}
header h1{
  z-index: 67;
  position: absolute;
  bottom: 60px;
  right: 45px;
  font-family: one;
  color: hotpink;
}
h2{
  text-align: right;
  background: white;
  color: #91ddff;
  margin-bottom: .67em;
}
main{
  font-size: 10pt;
  margin-top: 40px;
  padding: .67em;
}
span{
  background: hotpink;
  color: white;
}
aside h1{
  font-family: one;
  color: hotpink;
  font-style: italic;
}
ul{
  list-style-position: inside;
}
li{
  background: #91ddff;
  margin-bottom: .67em;
}
li:hover{
  cursor: crosshair;
  font-style: italic;
  text-decoration: line-through;
  padding-left: .47em;
}