

body {
  background-image: url("https://marsbarz07.neocities.org/layout%20images/nintendogs.png");
  background-size: 2000px;
  background-repeat: no-repeat;
  font-family: "Nintendo DS";
  color: #ffffff;
}


.cats {
  background-image: url("https://marsbarz07.neocities.org/layout%20images/white-background.jpg");
  background-repeat: repeat;
  font-family: "Nintendo DS"
}

.home-link,
.home-link:visited {
  color: #ffffff;  
  background-color: #97b748;
  border: #bb1f1f;
  text-decoration: none;
  padding: 5px 5px;
  border-radius: 10px;
  display: inline;
}



.cat {
  width: 368px;
  height: 328px;
  position: absolute;
  border: solid 4px #c4c4c4;
}


.cat-box {
    position: absolute;
  margin: 10px;
  margin-top: 0;
}

.cat:hover {
  transform: rotate(5deg);
}


.cat-album {
  font-size: 50px;
  background-color: #97b748;
  width: 900px;
  height: 1000px;
  margin: 0 auto;
  text-align: center;
}


.loki {
  position: absolute;
  left: 480px;
  top: 400px;
}


.pook {
  position: absolute;
  left: 30px;
  top: 400px;
}

.merlin {
  position: absolute;
  left: 30px;
}


.oscar {
  position: absolute;
  left: 480px;
}


#mel-text {
  position: absolute;
  left: 160px;
  top: 265px;
}


#osc-text {
  position: absolute;
  left: 620px;
  top: 265px;
}



#pob-text {
  position: absolute; 
  left: 170px;
  top: 665px;}


#lok-text {
  position: absolute;
  left: 640px;
  top: 665px;
}


.cat-gallery-mel {
  text-align: center;  
  background-color: #97b748;
  width: 900px;
  height: 4550px;
  margin: 0 auto;
  font-size: 30px;
}


.title {
  color: #ffffff;
  font-size: 100px;
  width: 900px;
  margin-bottom: -30px;  
}

.image {
  width: 350px;
  height: 350px;
  object-fit: cover;
  margin: 20px 20px;
  border: solid 4px #c4c4c4;
  border-radius: 20px;
}


.image:hover {
  border: solid 4px #ffffff; 
}
#mel-hover {
  background-image: url(https://files.catbox.moe/w4jmw3.jpg);
  width: 208px;
  height: 156px;
  margin: 0 auto;
  border: solid 4px #c4c4c4;
  border-radius: 20px;
}


#mel-hover:hover {
  background-image: url(https://files.catbox.moe/bvhq1n.jpg);  
  border: solid 4px #ffffff;
}


#hover-over-me-mel {
  position: absolute;
  top: 4550px;
  left: 610px;
}


#osc-hover {
  background-image: url(https://files.catbox.moe/28kv51.jpg);
  width: 208px;
  height: 290px;
  margin: 0 auto;
  border: solid 4px #c4c4c4;
  border-radius: 20px;}

#osc-hover:hover {
  background-image: url(https://files.catbox.moe/7phflo.jpg);  
  border: solid 4px #ffffff;
}


.cat-gallery-osc {
  text-align: center;  
  background-color: #97b748;
  width: 900px;
  height: 4700px;
  margin: 0 auto;
  font-size: 30px;
}

#hover-over-me-osc {
  position: absolute;
  top: 4700px;
  left: 600px;
}
