/* 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." */



body {
  
  
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%), 
                      url('resources/home bg.png');
  background-repeat: no-repeat;
  background-size:cover;
  top: 100vh;
	right: 100vh;
	bottom: 100vh;
	left: 100vh;
	height:200vh;
	margin: 0;
  padding: 0;
}
	
	#pagedoll {
	  position: sticky;
	  z-index:1;
	}
	  
	  #mainbg
	  {
	    background-image:url("resources/main bg.jpg");
	    text-align: center;
  margin-left:auto;
  margin-right:auto;
  margin:0 auto;
  width:75%;
  height:75%;
  border-radius:10%;
  position: relative;
  z-index:0;
  top:100px;
	  }

#main {
  
  background-color: white;
  text-align: center;
  margin-left:auto;
  margin-right:auto;
  margin:0 auto;
  width:auto;
  height:auto;
  border-radius:10%;
  position: relative;
  z-index:0;
  top:100px;
}

#pnfrens {
 top:600px;
 margin-right: 2px;
}


#update {
  height:700px;
  width:700px;
  box-shadow: 0 0 0 grey;
  background-color: rgba(255,255,255,0.1);
  
}

#clover2{
  width:50px;
  height:50px;
}

.image-container {
  display: flex;
  gap: 5px; /* Adds space between images */
}

.column {
  flex: 1; /* Distributes available space equally among columns */
  padding: 5px;
}

.column img {
  width: 100%; /* Makes images responsive within their columns */
  height: auto;
  display: block; /* Removes default inline-block spacing issues */
}

#header {
  background-image: url("resources/headerr.png");
 background-repeat:no-repeat;
  background-size: 200%;
  background-position:right center;
  width:250%;
  height:250px;
  top:0;
  z-index:1;
  position:relative;
  right:0;
  display: flex;
  justify-content: center; 
  align-items: center;  
 

    font-family: 'Tiny House', sans-serif;
  font-size:150px;
   text-align: start;
  

}


#circle {
  background-image:url("resources/clover.png");
  background-repeat:no-repeat;
  background-size: cover;
  background-position:85% 75%;

  width:500px;
  height:700px;
  z-index: 1;
  position: absolute;
  
  top:0;
  left:10;

}

  