body {
	padding: 10px;
	font-family: 'MS PGothic', sans-serif;
	color: #241344;
	position: static;
}

body::selection {
    background: #d0e2c2;
    color: #241344;
}

.special-elite-regular {
  font-family: "Special Elite", system-ui;
  font-weight: 400;
  font-style: normal;
}

a {
  color: #241344;
  text-decoration-style: dotted;
}
a:hover{
  font-style: italic;
}

ul {
  margin: 0px;
}

p {
  margin: 0px;
}

pre {
  line-height: 14px;
  padding: 5px;
}

::-webkit-scrollbar {
  width: 0px;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background: #d0e2c2;
}

.container {
  position: static;
  width: 500px;
  border: 1.5px solid #241344;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
  z-index: 20;
  background: #fff;
}

.top {
  display: flex;
  position: relative;
  z-index: 1;
}

.p1 {
  width: 100%;
  font-size: 35px;
  margin-bottom: 10px;
  background: #d0e2c2;
  text-align: center;
}

.middle {
  display: flex;
  position: relative;
  z-index: 1;
}

.p2 {
  width: 100%;
  margin-bottom: 10px;
  text-align: left;
  line-height: 15px;
}

.bottom {
  display: flex;
  position: relative;
  z-index: 1;
}

.lilypads1 {
  position: absolute;
  z-index: 1;
  top: -100px;
  right: -70px;
  height: 175px;
  transform: rotate(10deg);
}

.p3 {
  width: 100%;
  text-align: left;
  padding: 5px;
  font-size: 13px;
}