.column {
	  flex: 33.33%;
	  
	  padding: 10px;
	  margin: 5px;
	 color:black;
	  text-align: center;
	font-family: "Courier New";
border: 4px solid #eed383;
background-image:url("page-3.png");
height: 400px;
overflow:scroll;
margin:20px;
color:#633200;
	
	}

.column2 {
	
	  position:relative:
	  padding: 10px;
	  margin: 5px;
	 color:tan;
	  text-align: center;
	font-family: "Courier New";
border: 4px solid #eed383;
background-image:url("elastoplast.png");
background-color:#748b75;
	
	}
.catdrawingright {
position:absolute;
right:20px;
top:200px;

}
.catdrawingleft {
position:absolute;
left:40px;
top:210px;

}

	.container {
	   display: flex;

	}	


body {

background-color: beige;

}

.hmbutton {

position: sticky;

bottom: 0;

}

.hspicture {

position: sticky;
bottom:0;
right:0;

}
.div3 {
  flex: 33.33%;
	  
	 margin-bottom: -10px;
	 
	  text-align: center;
height: 100 px;
border: 4px solid #eed383;
font-family:"Courier New";
color: black;
font-weight: 900;
overflow:scroll;
text-align: center;

}
::-webkit-scrollbar {
width: 12px;
height: 12px;
}

::-webkit-scrollbar-track {
border: 1px #9F6074;
border-radius: 10px;
}

::-webkit-scrollbar-thumb {
background: #9F6074;  
border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
background: #9F6074;  
}

.flowerheader {
background-image:url("catworld.GIF");
background-repeat: repeat-x;
width:100vw;
height:100px;
}

.phonelink {
transition: transform .7s ease-in-out;
padding-left:10px;

}
.phonelink:hover{
transform: rotate(30deg);
}

@-webkit-keyframes flash {
 0% { opacity: .3; }
 100% { opacity: 1; }
}
@keyframes flash {
 0% { opacity: .3; }
 100% { opacity: 1; }
}

.flash:hover {
 opacity: 1;
 -webkit-animation: flash 1s;
 animation: flash 1s;
}

.cat {
 height: 480px;
	  width: 400px;
 background-image: url("cat.png") ;
	  background-repeat: no-repeat;
background-position: left;
position:fixed;
    bottom: -50px;
margin-bottom:-140px;
transition: transform .7s ease-in-out;
  }
.cat:hover{
transform: rotate(360deg);
}


/* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/food/foo-7/foo606.cur), auto !important;} /* End https://www.cursors-4u.com */