body {
	background-image: url("https://nxcromantik.neocities.org/BG/cushionbg.jpg");
	background-size: 5%;
	background-attachment: fixed;
	font-family: 'Radley', serif;
	width: 1000px;
	margin: 0 auto;
	margin-top:80px;
	margin-bottom:80px;
}

h1 {
	color:#FFC9F9;
	text-shadow: -1px 0 10px #FFFBFF, 0 1px 5px #FFFBFF, 1px 0 5px #FFFBFF, 0 -1px 5px #FFFBFF;
	text-align: center;
}

p {
	color: black;
	text-align: justify;
	margin: 0; 
}


a:link {
	color: #75727d;
}

a:visited {
	color: #75727d;
}

a:hover {
	color: #c0bcc2;
}

::-webkit-scrollbar {
	width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #fff; 
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #ccabbc; 
}

.divbox {
	background: rgba(219, 213, 219, 0.3);
	width: 150px;
	height: auto;
	overflow:auto;
	padding: 10px;
	text-align: center;
	margin:5px;
	color:#18161c;
	display: inline-block;
}

.divbox2 {
	background: rgba(219, 213, 219, 0.3);
	width: 600px;
	height: auto;
	overflow:auto;
	padding: 10px;
	text-align: center;
	margin:5px;
	color:#18161c;
	display: inline-block;
}

.divcontainer {
	width: 600px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}


.image {
	margin-bottom:10px;
	max-width: 100%;

}

.sidebarimg {
	max-width: 100%;

}
	
	
.divbio {
	
	width: 150px;
	overflow:auto;
	padding: 15px;
	float:left;
	text-align: center;
	left: 20px;
	top:20px;
	position: fixed;
	position:fixed;
	color:#18161c;
}

.space {
background: #fff;
	width:100%;
	height:100px;
}