body {
	background-image: url("SpaceTile.png");
	background-repeat: repeat;
	padding:20px
}

h1 {
	padding: 5px
}
p {
	padding: 5px;
}
#content {
	background: rgb(24,166,159);
	background: linear-gradient(90deg, rgba(24,166,159,1) 0%, rgba(122,136,185,1) 50%, rgba(52,29,59,1) 100%); 
	font-family: Verdana, serif;
	width: 83.6%;
	padding: 5px
}
#sidebar {
	background-color: #341D3B;
	border-style: inset;
	position: fixed;
	height: 95%;
	width: 15%;
	right: 20px;
}
#sidebar a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
}
#sidebar a:hover {
	color: #f1f1f1;
}
#logo {
	padding:10px
	border-style: solid;
	border-width: 5px;
	border-color: "purple";
	margin: auto;
	width: 50%;
	text-align: center;
}

.article{
	font-size: 20px;
	font-family: Times New Roman;
	padding: 10px;
	text-align: left;
}
.articleImage{
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:40%;
	height:40%;
}
.bigtext{
	font-size: 40px;
	color: #B00B69;
}
#all {
	background-image: url("SpaceTile.png");
	background-repeat: repeat;
}
#caesertext {
	color: purple;
	position: fixed;
	font-size: 210px;
}