body{
	background-image:url("Images/background1.jpg");
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;

	font-family: Comic Sans MS;
	
	overflow:hidden;
}

main{
	background-image:url("Images/pattern1.jpg");
	background-size: auto 100%;
	background-repeat:repeat-x;
	border-radius:10px;
	padding:10px;
}

header, nav, section, .friends{
	border-radius:10px;
	background-color: #c1d97e;
	padding:5px;
}

aside nav p, aside div a p{
	background-color:#fafeeb;
	border-radius:50px;
	text-align:center;
}

aside div p{
	text-align:center;
}

main{
	margin:auto;
	width:75%;
	display:grid;
	grid-template-columns:1fr 3fr 3fr 3fr 3fr;
	
	gap:10px;
	margin-top:40px;
}

header{
	grid-column:1 / span 5;
}

aside{
	grid-column:1 / span 1;
	grid-row: 2 / span 5;
}

#main{
	grid-column:2 / span 4;
	grid-row: 2 / span 5;
}

#top{
	margin-bottom:10px;
}

a p{
	color:black;
}

a{
	text-decoration:none;
}

h1, h2{
	text-align:center;
}

h1{
	font-size:30px;
}

h2{
	font-size:20px;
}


#main{
	height:500px;
}

#notebook{
	justify-content:space-evenly;
	
	display:grid;
	grid-template-columns:1fr 2fr 1fr;
	grid-template-rows:auto;
	height:420px;
	justify-content:center;
	
	background-image:url("Images/notebook.jpg");
	background-position:center;
	background-repeat: no-repeat;
	background-size:auto 100%;
	margin:10px;
	
}


#content{
	overflow-y:scroll;
	scrollbar-color: #a3cf3b white;
}

#button{
	grid-columns: 2 / span 1;
	width:50px;
	text-align:center;
	margin:auto;
	
	padding:0px;
	margin-bottom:10px;
}

#button p{
	border-radius:10px;
	background-color: #c1d97e;
	text-align:center;
	height:25px;
}

#content{
	grid-column: 2 / span 1;
	height:420px;
	width:auto;
}

#types{
	grid-column: 1 / span 1;
	width:80px;
}

#types p{
	border-radius:10px;
	background-color: #c1d97e;
	height:25px;
	text-align:center;
}

#stickers, #stamps, #buttons, #blinkies, #misc{
	height:100%;
	width:auto;
	display:grid;
	grid-template-columns:auto auto auto auto auto;
	gap:5px;
	
	overflow-y:scroll;
	scrollbar-color: #a3cf3b white;
}

#content #stickers{
	display:grid;
	grid-template-columns:auto auto;
	gap:5px;
}

#content #stickers img{
	height:50px;
	width:200px;
}

#content #stamps{
	display:grid;
	grid-template-columns:auto auto auto auto;
	gap:5px;
}

#content #stamps img{
	height:56px;
	width:99px;
}

#content #buttons{
	display:grid;
	grid-template-columns:auto auto auto auto ;
	gap:5px;
}

#content #buttons img{
	height:31px;
	width:88px;
}

#content #blinkies{
	display:grid;
	grid-template-columns:auto auto auto;
	gap:5px;
}

#content #blinkies img{
	height:20px;
	width:150px;
}

#content #misc{
	display:grid;
	grid-template-columns:auto auto auto;
	gap:5px;
}

#content #misc img{
	width:150px;
}
