.menu {
	overflow: hidden;
padding: 15px;
    align-content: center;
    justify-content: center;
    margin: auto;
    height: auto;
    width: 491px;
    font-size: 18px;
    border-radius: 20px;
    background-image: url('https://snugglebug.nekoweb.org/intro back.gif/');
  border: 4px solid #fff;
  box-shadow: 0 -2px 2px 3px rgba(255, 255, 255, 0.5) inset;
}

.box-header {
	border-radius: 20px 20px 0px 0px;
	background: linear-gradient(to bottom, #33ccff 0%, #66ffff 100%);
	box-shadow: -1px -1.4px 1px inset #9e9699, 2px 3px 1.5px inset white,
    0px 0px 2px #aba4a6;
	height: 22px;
	width: 491px;
	margin: 0 0 0 -1px;
	
	
}




.head {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 300px;
    position: relative;
    background-image: url("https://snugglebug.nekoweb.org/based.jpg/");
    
	
}

.rightarm {
	border: 4px solid #137dbf;
	border-radius: 0px 20px 20px 20px;
	padding: 20px;
	background-color: white;
	font-size: 18px;
	height: 500px;
	width: 177px;
	float: left;
	background: linear-gradient(to bottom, #ffffff 0%, #ccffff 100%); 
box-shadow: -1px -1.4px 1px inset #9e9699, 2px 3px 1.5px inset white,
    0px 0px 2px #aba4a6;
    overflow-y: scroll;
}

.leftarm {
	border: 4px solid #137dbf;
	border-radius: 20px 0px 20px 20px;
	padding: 20px;
	background-color: white;
	font-size: 18px;
	height: 500px;
	width: 177px;
	float: left;
	background: linear-gradient(to bottom, #ffffff 0%, #ccffff 100%);
	box-shadow: -1px -1.4px 1px inset #9e9699, 2px 3px 1.5px inset white,
    0px 0px 2px #aba4a6;
  
   
    
}


.shoulder {
   width: 162px;
  height: 200px;
  margin-right: 3px;
  margin-bottom: 5px;
  border: 4px solid #524539;
  border-radius: 20px;
  background: white;
  padding: 3px;
  overflow: hidden;
  align-content: center;
  justify-content: center;
  text-align: center;
  
    
    
}

.stomach {
    font-size: 15px;
    background: linear-gradient(to bottom, #ffffff 0%, #fce8f4 100%);
    border: 4px solid #137dbf;
    border-radius: 0px;
    padding: 15px;
    align-content: center;
    justify-content: center;
    height: 500px;
    width: 491px;
    margin: auto;
    box-shadow: -1px -1.4px 1px inset #9e9699, 2px 3px 1.5px inset white,
    0px 0px 2px #aba4a6;
    float: left;
    overflow-y: scroll;
  
}

.stomach:hover {
	transform: translate(0px, 0px) scale(102%);
	transition-duration: 200ms;
	transition-timing-function: cubic-bezier(0.68, 1.55, 0.265, 2.55);
	
}

.leftarm:hover {
	transform: translate(0px, 0px) scale(102%);
	transition-duration: 200ms;
	
	
}


.rightarm:hover {
	transform: translate(0px, 0px) scale(102%);
	transition-duration: 200ms;
	
	
}
    
.floatie {
height: 150px;
position: relative;
width: 150px;

    }
    
.floatie:hover {
	box-shadow: -5px 12px 6px 0px var(--shadow);
	transform: scale(105%);
	transition-duration: 350ms;
	
}
 
 @font-face {
 	font-family: 'DeterminationMonoWeb';
 	src: url(https://snugglebug.nekoweb.org/fonts/DeterminationMonoWeb.woff/) format('woff'),
 }
 
 h2 {
 	color: #ffbafc;
 }
 
 h1 {
 	color: #95f5ed;
 }
 
 
 
 
 
 
 
 
 
 
 
 