body {
  background: url('/res/sparklebg.jpg'); 
  background-size: cover;
	display:flex;
	height:100vh;
	align-items:center;     
  vertical-align: top;   font-family: "Patrick Hand SC", cursive;
} 

#container { 
  margin: auto; }

#main { 
  z-index: 3;
  margin: auto; 
  text-align: center;
  box-sizing:border-box;
  font-size: 0; 
  background: linear-gradient(180deg,rgba(111, 87, 199, 1) 0%, rgba(246, 191, 255, 1) 100%);
  border: 1px solid #37A9CC;
  border-radius: 15px;
  padding: 20px;
  position: static;
}  

.page { 
  z-index: 4; 
  vertical-align: top;
  top: 0;
  margin: 0;
  border: 1px solid #ccc;
  background: url('/res/linedpaper.png'); 
  width: 400px;
  height: 550px; 
  padding: 20px;
  display: inline-block;
  text-align: left;
  font-size: 21px;
  line-height: 1.13em;
  position: relative;
  color:#4C32A8;
}

.title {
  z-index: 300;
  position: absolute;
  background: #5b5cad;
  color: white;
  width: 200px;
  height: 55px;  
  margin-top: 55px;
  margin-left: 20px;
  line-height: 0.8em; 
  padding: 15px;
  border: 2px dashed #8febff;
  transform: rotate(-23deg);
}

.head { 
  font-size: 44px; 
  top: 49%;
  position: relative;
}

.back a{
  position: relative;
  margin: 20px; 
  top: 10px;
  background: #8febff;
  padding: 5px;
  border-radius: 10px;
  color:#8a2983;
}
  
.tape1 img {
  position: relative;
  top: -30px;
  left: 0px;  
  width: 140px;
}

.stamp img {
  width: 250px;
  left: 125px;
  top: 20px;
  position: relative;
}

.flower1 img {
  position: absolute;
  z-index: 1;
  right: 175px;
}

.moon img {
  position: absolute;
  z-index: 1; 
  height: 500px;
  left: 300px;
  margin-top: 95px;
}
 
.intro { 
  position: absolute;
  bottom: 55px;
  left: 0;
  padding: 20px;
  padding-bottom: 0;
  line-height: 1.17em; 
  font-size: 20px;
}

.cradle {
  position: relative;
  display: grid; 
  width: 100%;
  height: 100%;
}

.cat { 
  z-index: 12;
  margin: 3px;
  width: 400px;
  height: 100px;
  position: relative;
}

.cat a {
  text-decoration: none;}

.cat:nth-child(odd) {
  text-align: right;
}

.cat img {
  z-index: 14;
  position: relative;
  max-width: 225px;}

.cat:nth-child(even) img {
  float: left;
  margin-right: 10px;

}
.cat:nth-child(odd) img {
  float: right;
  margin-left: 10px;
}

.kitty { 
  left: 50%; 
  line-height: 0.9em;
  font-size: 18px;
} 
.papa {
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 19px;
}

.tape2 {
  background: #f0dded;
  top: 15px;
  position: relative;
  padding: 10px;
  z-index: 0; 
}

.tape3 img {
  z-index: -20;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 440px;
}