@import url("https://fonts.googleapis.com/css2?family=Mali&display=swap");
@font-face {
  font-family: AdorableLady;
  src: url(https://lovesick.cafe/files/AdorableLady.ttf);
}

* {
  cursor: url(https://cur.cursors-4u.net/cursors/cur-7/cur610.cur), auto !important;
}

body {
  background-image: url(https://i.imgur.com/dmynacD.jpg);
  background-attachment: fixed;
  background-position: center;
  overflow: auto;
  font-family: "Mali", cursive;
}

.wrap {
  height: 100%;
}

.left {
  position: fixed;
  width: 17%;
  height: 100%;
  min-height: 150px;
  float: left;
  background-color: #e0abc390;
  overflow: auto;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 3%;
  text-align: center;
  color: #fff;
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
  box-shadow: 5px 5px pink;
}

.right {
  border: 1px solid #000;
  border-radius: 5px;
  position: relative;
  padding: 30px;
  text-align: center;
  margin-bottom: 35px;
  width: 70%;
  height: 100%;
  float: right;
  background-color: #fff;
  box-shadow: 5px 5px #e0abc3;
}

img {
  border-radius: 25px;
  box-shadow: 5px 5px hotpink;
  border-radius: 25px;
  margin: 2px;
}

.float-left {
  float: left;
}
.float-right {
  float: right;
}

a {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  font-weight: 900;
  font-size: 14px;
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}

a:hover {
  color: hotpink;
  text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}

h1 {
  font-family: AdorableLady;
  font-size: 50px;
  text-shadow: -5px 0 #000, 0 5px #000, 5px 0 #000, 0 -5px #000;
}

h2 {
  margin: 0;
  margin-bottom: 20px;
  text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  border: 3px double #555;
  box-shadow: hotpink 3px 3px;
  background: #e0abc3;
  border-radius: 10px 10px 0px 0px;
  padding: 3px;
}

ul {
  list-style-type: none;
  list-style-position: outside;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #000;
  border: 2px double pink;
}

::selection {
  color: #fff;
  background: hotpink;
}

/*fig page*/
.animu {
  box-shadow: 5px 5px hotpink;
  width: 275px;
  height: 400px;
  border-radius: 25px;
}

.animu2 {
  box-shadow: 5px 5px hotpink;
  width: 138px;
  height: 200px;
  border-radius: 25px;
}

table {
  margin: auto;
}

td {
  padding: 20px;
}

table p {
  text-align: justify;
}

figure {
  display: inline-block;
  align-items: flex-start;
  margin: 1px;
}

figure img {
  height: 175px;
  border:1px solid black;
}

figure img:hover {filter:saturate(25%);}

figure figcaption {
  width: 175px;
  background-color: #ff69b4;
  border-radius: 2px;
  font-size: 12px;
  margin-top:2px;
}
