@media (max-width: 500px) {
  body {
  background-color: brown;
}

.bookshelf {
  background-image: url("https://i.postimg.cc/Twm1BB5C/Shelf.jpg");
  background-size: 100% 100%;
  width: 100%;
  height: 700px;
  position: relative;
}

.NAOEIO {
  position: absolute;
  font-family: Georgia;
  color: white;
  text-shadow: 1px -5px 10px black;
  letter-spacing: 5px;
  font-size: 60px;
  margin-left: 55px;
  margin-top: 20px;
}

.aquarium {
  position: absolute;
  height: 14%;
  margin-left: 150px;
  margin-top: 95px;
  opacity: 80%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 4px solid lightGray;
  border-bottom: 8px solid black;
}

.booksUp {
  position: absolute;
  height: 25%;
  margin-left: 1px;
  margin-top: 60px;
}

.reading {
  position: absolute;
  height: 20%;
  margin-left: 170px;
  margin-top: 530px;
}

.lilyGallery {
  position: absolute;
  height: 20%;
  margin-left: 10px;
  margin-top: 300px;
}

.blog {
  position: absolute;
  height: 20%;
  margin-left: 150px;
  margin-top: 300px;
}
}

@media (min-width: 501px) and (max-width: 760px) {
  body {
  background-color: brown;
}

.bookshelf {
  background-image: url("https://i.postimg.cc/Twm1BB5C/Shelf.jpg");
  background-size: 100% 100%;
  width: 100%;
  height: 700px;
  position: relative;
}

.NAOEIO {
  position: absolute;
  font-family: Georgia;
  color: white;
  text-shadow: 25px -5px 15px black;
  letter-spacing: 5px;
  font-size: 100px;
  margin-left: 80px;
  margin-top: 113px;
}

.aquarium {
  position: absolute;
  height: 24%;
  margin-left: 750px;
  margin-top: 25px;
  opacity: 80%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 4px solid lightGray;
  border-bottom: 8px solid black;
}

.booksUp {
  position: absolute;
  height: 35%;
  margin-left: 595px;
  margin-top: 5px;
}

.reading {
  position: absolute;
  height: 30%;
  margin-left: 80px;
  margin-top: 250px;
}

.lilyGallery {
  position: absolute;
  height: 30%;
  margin-left: 500px;
  margin-top: 230px;
}

.blog {
  position: absolute;
  height: 30%;
  margin-left: 780px;
  margin-top: 230px;
}
}

@media (min-width: 761px) and (max-width: 1000px) {
  body {
  background-color: brown;
}

.bookshelf {
  background-image: url("https://i.postimg.cc/Twm1BB5C/Shelf.jpg");
  background-size: 100% 100%;
  width: 100%;
  height: 700px;
  position: relative;
}

.NAOEIO {
  position: absolute;
  font-family: Georgia;
  color: white;
  text-shadow: 25px -5px 15px black;
  letter-spacing: 5px;
  font-size: 100px;
  margin-left: 80px;
  margin-top: 113px;
}

.aquarium {
  position: absolute;
  height: 24%;
  margin-left: 750px;
  margin-top: 25px;
  opacity: 80%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 4px solid lightGray;
  border-bottom: 8px solid black;
}

.booksUp {
  position: absolute;
  height: 35%;
  margin-left: 595px;
  margin-top: 5px;
}

.reading {
  position: absolute;
  height: 30%;
  margin-left: 80px;
  margin-top: 250px;
}

.lilyGallery {
  position: absolute;
  height: 30%;
  margin-left: 500px;
  margin-top: 230px;
}

.blog {
  position: absolute;
  height: 30%;
  margin-left: 780px;
  margin-top: 230px;
}
}

@media (min-width: 1001px) {
  body {
  background-color: brown;
}

.bookshelf {
  background-image: url("https://i.postimg.cc/Twm1BB5C/Shelf.jpg");
  background-size: 100% 100%;
  width: 100%;
  height: 700px;
  position: relative;
}

.NAOEIO {
  position: absolute;
  font-family: Georgia;
  color: white;
  text-shadow: 25px -5px 15px black;
  letter-spacing: 5px;
  font-size: 100px;
  margin-left: 80px;
  margin-top: 113px;
}

.aquarium {
  position: absolute;
  height: 24%;
  margin-left: 750px;
  margin-top: 25px;
  opacity: 80%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 4px solid lightGray;
  border-bottom: 8px solid black;
}

.booksUp {
  position: absolute;
  height: 35%;
  margin-left: 595px;
  margin-top: 5px;
}

.reading {
  position: absolute;
  height: 30%;
  margin-left: 80px;
  margin-top: 250px;
}

.lilyGallery {
  position: absolute;
  height: 30%;
  margin-left: 500px;
  margin-top: 230px;
}

.blog {
  position: absolute;
  height: 30%;
  margin-left: 780px;
  margin-top: 230px;
}
}

































































































































