/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
   
@font-face {
    font-family: 'RemyWiggleFont'; 
    src: url(https://remysfantasy.neocities.org/RemyWiggleFont.ttf) format("truetype"); 
    
    font-weight: normal;
    font-style: normal
}

body {
  background-color: #77c4e0;
  color:antiquewhite;
  font-family: 'RemyWiggleFont';
  cursor: url();
  margin:64px;
  justify-content: center;
 font-size:18px;
    
  
}









#gridtime {
  display: grid;
  grid-template: 10fr 6fr;
  max-width: 600px;
  max-height: 1000px;
}

#footer {
	font-family: 'RemyWiggleFont';
	font-size: 14px;
	border-block-start: 1px solid rgb(from currentcolor r g b / 0.33);
}

#welcomesign {
  background-color: #77c4e0;
  color:white;
  font-family: 'RemyWiggleFont';
  max-width: 600px;
  font-size: 48px;
  border-block-end: 1px solid rgb(from currentcolor r g b / 0.33);
}

/*This is all the shit that makes my playhouse open on my index*/ 

#playhouse {
  grid-column: 1;
  grid-row: 2;
}
#playhouseopen {
  grid-column: 1;
  grid-row: 2;
  z-index:auto;
}

.appear {
  width: fit-content;
  height: fit-content;
  cursor: pointer;
}
.appear img {
  opacity: 0;
}
.appear:hover img, .appear:hover img {
  opacity: 1;
}
	
	
/*This point on is for my playhouse formatting and style


	
	
	
	
	
	
	
	align-self: end;
