html{
    cursor: url(Cute-Pink-Normal-Select.ico), auto;
}
body {
  margin: 0;
  background-image: url(redbackground.jpg);
  font-family: ms gothic;
  overflow: hidden;
}
a {
  cursor: url(Cute-Pink-Link-Select.ico), auto;
}
.grass {
  background-image: url(grassground.png);
  height: 80px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-position-x: -150px;
}
button {
  width: 82px;
  height: 134px;
  background-image: url(church.png);
  background-color: rgba(255, 0, 0, 0);
  border: none;
  position: absolute;
  left: 30px;
  bottom: 60px;
}
button:hover {
  box-shadow: 0 0 0 3px red;
}
#container {
  margin: 10px;
  height: 520px;
  width: 600px;
  z-index: -1;
  display: none;
}
hr {
  background-image: url(lace.png);
  display: block;
  width: 100%;
  border: none;
  height: 35px;
}
/*------------------------------lace box------------------------------*/

.box21 {
  height: 80px;
}
.u01 {
  background: url(lacetop.png) repeat-x;
  height: 23px;
  margin: 0 23px;
}
.s01 {
  background: url(lacebottom.png) repeat-x;
  height: 23px;
  margin: 0 23px;
}
.box-top {
  background-image: url(lacetopleft.png), url(lacetopright.png);
  background-position:
    top left,
    top right;
  background-repeat: no-repeat, no-repeat;
  height: 23px;
}
.box-center {
  background-image: url(laceright.png), url(laceleft.png);
  background-position:
    top right,
    top left;
  background-repeat: repeat-y, repeat-y;
}
.box-inner {
  background-image: url(n01-bg-simple.gif);
  margin: 0 23px;
  display: flex;
  flex-wrap: wrap;
  overflow: scroll;
  justify-content: center;
  column-gap: 15px;
  scrollbar-width: none;
  height: 470px;
}
.box-bottom {
  background-image: url(lacebottomleft.png), url(lacebottomright.png);
  background-position:
    top left,
    top right;
  background-repeat: no-repeat, no-repeat;
  height: 23px;
}
/*------------------------------Shimmie box------------------------------*/
section {
  background-image: url(g16-bg-chocolate.gif);
  text-align: center;
  width: 160px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: solid 2px red;
}
section:nth-child(1) {
  margin-top: 15px;
}
section:nth-child(2) {
  margin-top: 15px;
}
section:nth-child(3) {
  margin-top: 15px;
}
figure {
  border: 2px solid red;
  height: 128px;
  width: 128px;
  margin: 0;
  background-color: rgba(201, 0, 0, 0.5);
}
figure img {
  height: 128px;
}
section h1,
h2,
h3 {
  margin: 0;
  font-size: 16px;
  border-top: white dotted 2px;
  border-bottom: white dotted 2px;
  background-color: rgba(255, 0, 0, 0.5);
  color: white;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.43);
  width: 100%;
  margin-top: 15px;
}
section h1:before {
  content: "\2661\ ";
}
section h1:after {
  content: " \2661";
}
section h2:before {
  content: "\263C\ ";
}
section h2:after {
  content: " \263C";
}
section h3:before {
  content: "\263E\ ";
}
section h3:after {
  content: " \263E";
}
/*------------------------------Info------------------------------*/
.info {
  width: 100%;
  height: 330px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-end;
}
.info img {
  border: 2px solid red;
  height: 120px;
  width: 160px;
  margin: 20px;
  margin-right: 15px;
}
aside {
  border: 2px dotted white;
  height: 300px;
  width: 339px;
  margin-bottom: 15px;
  margin-top: 15px;
  overflow: auto;
  scrollbar-color: red #760000;
  scrollbar-width: thin;
  outline: 2px solid red;
  background-image: url(g16-bg-chocolate.gif);
}
aside p {
  margin: 0;
  background-color: rgba(255, 0, 0, 0.47);
  padding: 15px;
  color: white;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.55);
}
aside a {
  color: white;
}
aside h1 {
  font-size: 16px;
  font-weight: normal;
  background: linear-gradient(to bottom, #be1c00 0%, #d61d00 50%, #a61300 51%, #a81400 71%, #ac0e00 100%);
  padding: 5px;
  margin: 0;
  color: white;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.55);
  border-bottom: 2px solid white;
  border-top: 2px solid white;
}
aside h1:first-child {
  border-top: none;
}
