* {
   margin: 0;
   padding: 0;
}

body {
  text-align: center;
  color: black;
  font-family:Times New Roman;  
  background-image: url(Thorang.png), url('/Look.png'), url(woods.jpg);
  background-position: right bottom,left bottom, left top;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 400px, 400px, cover;

}
  
  a:link  {
        color: forestgreen;
    }
  a:visited  {
        color: red;
    }

}
.clkbl:hover {
  filter: drop-shadow(3px 3px 3px tomato) }
  
  
#ttl {
  margin-top: 20px;
  background: #D2EBCC;
  padding: 10px;
  border: 3px solid forestgreen;
  width: 700px;
  display: block;
  margin: auto;
  
}
  

  

#about, #memes, #cuddle {
  width: 495px;
  height: 400px;
  background :#D2EBCC;
  padding: 10px;
  border: 2px solid forestgreen;
  overflow: scroll;
  margin-left: 330px;
  margin-top: 60px;
  text-align: left;
  float: left;
  
  
}

#adult {
  display: inline-block;
}


.blog {
  float: right;
  background: #D2EBCC;
  width: 145px;
  position: absolute;
  margin-top: 60px;
  border: 2px solid forestgreen;
  text-align: left;
  height: 380px;
  overflow: scroll;
  margin-left : 855px;
  padding: 20px 40px 20px 40px ;
  
}

ul {
  list-style-type: none;
  float: right;
  height:30px; 
  background  :#D2EBCC;
  padding: 0px;
  width: 750px;
  margin-left: 330px;
  position: absolute;
  margin-top: 20px;
  border: 2px solid forestgreen;
  overflow: hidden;
  
}

ul li {
  color: forestgreen;
  float: left;
}

ul li a {
  display: inline-block;
  color: forestgreen;
  text-align: center;
  padding: 7px 55px 0px 55px;
  text-decoration: none;
}

ul li a:hover {
  background-color: forestgreen;
  color: blue;
}

#house {
  
  position : fixed ; 
  top: 10px;
  text-align : center;
  left :10px;
  background : #FFF9CF 50%;
  padding : 10px ;
  border : 2px dotted orange;
  width : 60px;
  height : 60px;
  font-size :20%;
}
  
  #home {
    
    width : 50px ;
    padding : 10px;
    margin :auto;
  }
  
  #memes {
    text-align: center;
    overflow: hidden;
  }
  
  #c1:hover {
    float: left;
  border-width: 0px;
  content: url('/heart1.gif');
  width: 200px;
  z-index: 1;
  position: absolute;
}
  
#c2:hover {
  border-width: 0px;
  content: url('/heart2.gif');
  z-index: 3;
  width: 200px;
  position: absolute;
}

  
  #c3:hover {
    float: right;
  border-width : 0px;
  content: url('/heart3.gif');
  width: 200px;
  position: absolute;
  z-index: 2;
}




#c1 {

position: absolute;
z-index: 1;
float: left;
  
}

#c2 {
  position: absolute;
  z-index: 3;
  
}

#c3 {
  position: absolute;
  z-index: 2;
  float: right;
}








































