/* meow */

body {
 background-image: url('/paw.png');
  background-position: right top;
  background-repeat: repeat;
  background-size: 400px;

  text-align: center;
  color: black;
  font-family:Times New Roman; }
  a:link  {
        color: orange;
    }
    
    a:visited  {
        color: red;
    }
img:hover {
    filter: drop-shadow(3px 3px 3px)
}
.clkbl:hover {
  filter: drop-shadow(3px 3px 3px tomato) }

#top {
  display: inline;
}
#Headspace {
  outline : 5px ridge orange;
  filter: drop-shadow(5px 5px 5px yellow);
  width: 700px;
}
#Headspace {
  background: #FFFBD7;
}

#Rb {
  width: 480px;
  height : 1000px;
  outline: 5px ridge orange;
  position: absolute;
  left: 370px;
  background: #FFFBD7;
  
}
#ttl {
  padding : 20px 20px 20px 20px ;
  position: relative;
  outline :5px ridge orange;
  width: 170px;
  height:960px;
  margin-left: 850px;
 background: #FFFBD7;
}
#Hh1:hover,#Hh2:hover {
  border-width: 0px;
  content: url('/Hworry.gif');
  width: 100px;
  height: 100px;
}

#list1 {
    border: red 1px solid;
}

#images    {
border-style: dashed;
background: white;
border-width: 3px;
    }

#trio1 {
  display:block;
  margin-bottom:0px;
  padding-bottom:0px;
}
#Rb1,#mepng {
  float: left;
  margin-left :30px;
}
#Rb3,#kit {
  float: right;
  margin-right: 30px;}
  
  
#Rb1:hover,#Rb2:hover,#Rb3:hover {
  border-width: 0px;
  content: url('/Rbhappy.gif');
  width: 100px;
  height: 100px;
}

.sub {
  
  display: grid;
  grid-template-columns: 33% 33% 33%;
  margin :0px;
  
}


#Headspace:hover {
  border-width: 0px;
  content: url('/headspace.gif');
}
  

#rant {
  text-align :justify;
}
  
#stk {
  position : absolute;
  top :0px;
  left:50px;
}
  
#stk2 {
  position : absolute;
  top :0px;
  right:50px;
}
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  






