div {
	border: 2px solid black;
	border-radius: 20px;
	color: black;
	margin-top: 10px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	font-size:16px;
	font-family: "Comic sans ms";
	color: #FFFFFF;
}

.header {
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	height: 15px;
	border: double;
	border-width: 10px;
	border-radius: 15px;
	border-color: #9E7BFF;
	background-color: #7F38EC;
	padding: 30px;
	text-align: center;

}

.sidebar {
	height: 580px;
	width: 280px;
	margin-left: 50px;
	float:left;
	background-color: #7F38EC;
	border: double;
	border-width: 10px;
	border-radius: 15px;
	border-color: #9E7BFF;
	padding-top: 10px;
	position: fixed;
    top: 130px;
}

.option {
	height: 50px;
	width: 200px;
	margin-left: 30px;
	margin-top: 5px;
	float:left;
	clear: left;
	padding-top: 10px;
	background-color: #9E7BFF;
	border: solid;
	border-radius: 15px;
	border-color: #FFFFFF;
	text-align: center;

}

.option:hover {
	background-color: #736AFF;
}

.fiasco {
	width: 200px;
	height:400px;
	float: right;
	margin-left: 1405px;
	position: relative;
	position: fixed;
    top: 535px;
    border: none;

}

.blog {
	height: 660px;
	width: 78%;
	margin-top: 30px;
	margin-left: 300px;
	border: solid;
	border-color: #9E7BFF;
	border-radius: 5px;
	background-color: #9E7BFF;

}

.bloog {
	height: auto;
	width: 80%;
	margin-top: 20px;
	margin-left: 130px;
	border: double;
	border-color: #9E7BFF;
	border-radius: 15px;
	border-width: 10px;
	background-color: white;
	color:black;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

img {
	width: 80%;
	border-color: white;
	border-width: 10px;
	border-radius: 15px;
	border: solid;
}

iframe {
	width: 80%;
}

p {
	margin-left: 50px;
	margin-right: 50px;
}

h1 {
	color:#F778A1;
}

b {
	color:#F778A1;
}


hr {
	width: 50%;
}