html {
  background-image: url(https://i.postimg.cc/KvgysDyC/image.png);
  background-size: 100%;
  background-attachment: fixed;
}

td {
  border: solid blue 3px;
  padding: 3px;
  width: 400px;
}

.lemon1 {
  position: absolute;
  background-image: url(https://i.postimg.cc/PrXLthd5/OOTW2510-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 85%;
  height: 1100px;
  width: 800px;
  top: -20%;
  left: -2%;
}

.imag {
  padding: 2px;
  margin-left: 10px;
  margin-right: 10px;
  border: solid blue 3px;
  text-align: center;
}

.main {
  width: 58%;
  height: 700px;
  border: 3px solid blue;
  background-color: lightblue;
  margin-top: 25px;
  margin-left: 520px;
  text-align: right;
  padding-right: 15px;
  padding-top: 10px;
  overflow-y: scroll;
  overflow-x: hidden;
}





.row1 {
  height: 300px;
  width: 93%;
  margin-left: 4.5%;
  margin-right: 5%;
  margin-top: 20px;
  display: inline-flex;
}

.info {
  padding: 10px;
  width: 45%;
  height: 100%;
  border: 3px solid blue;
  background-color: lightblue;
  text-align: left;
  margin-right: 4%;
}

.ref {
  padding: 10px;
  width: 45%;
  height: 100%;
  border: 3px solid blue;
  background-color: lightblue;
  text-align: left;
}





.row2 {
  width: 93%;
  height: auto;
  margin-left: 4.5%;
  margin-right: 5%;
  margin-top: 50px;
}

.bio {
  padding: 10px;
  width: 97%;
  height: auto;
  border: 3px solid blue;
  background-color: lightblue;
  text-align: left;
}





.row3 {
  width: 94%;
  height: 300px;
  margin-left: 4.5%;
  margin-right: 5%;
  margin-top: 20px;
  display: inline-flex;
}

.likes {
  padding: 10px;
  width: 70%;
  height: auto;
  border: 3px solid blue;
  background-color: lightblue;
  text-align: center;
  margin-right: 2%;
}

.chibi {
  padding: 10px;
  width: 35%;
  height: auto;
  border: 3px solid blue;
  background-color: lightblue;
  text-align: left;
  margin-right: 1%;
  background-image: url(https://i.postimg.cc/T15pvfZz/IMG-3891.png);
  background-size: 110%;
  background-repeat: no-repeat;
  background-position: center;
}





.row4 {
  width: 93%;
  height: auto;
  margin-left: 4.5%;
  margin-right: 5%;
  margin-top: 20px;
}

.relationships {
  padding: 10px;
  width: 97%;
  height: auto;
  border: 3px solid blue;
  background-color: lightblue;
  text-align: left;
}

  
  
  
  
  
  
  
  



.gallery {
  width: 58%;
  height: 700px;
  border: 3px solid blue;
  background-color: lightblue;
  margin-top: 230px;
  margin-left: 70px;
  margin-bottom: 20px;
  text-align: right;
  padding-right: 15px;
  padding-top: 10px;
  overflow-y: scroll;
  overflow-x: hidden;
}









