
body 
{
	color:White;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	background-color: rgb(32, 32, 32);

}
.bodydiv 
{
	border-style: none;
	width:1000px;
	margin-left:auto;
	margin-right:auto;  	
}
        
.textdiv 
{
	width:750px;
	height: 920px;
	float: left;
}

.sidebar
{
	width: 20%;
	height: 100%;
	float: right;
}

.copytext 
{
	color: #b560af;
	margin: 16px;
	font-weight:bold;
	bottom: 0;
}

.navbar 
{
	font-weight:bold;
	width: 1000px;
	height:25px;
}
        
.banner 
{
  border-radius: 5px;
	width: 1000px; 
	height:150px; 
}

.homebar 
{
	backdrop-filter: saturate(50%);
	display:inline;
	margin-left: 16px
}

.pizzypfp 
{
  border-radius: 5px;
	border-style: solid; 
	border-color: Black; 
	width:150px; 
	height:150px; 
	margin-left:auto; 
	margin-right:auto; 
	margin-top:32px;
}
        
.pizzypfpimg
{
	width:150px;
	height:150px;
}
        
.bodybody 
{   
	color: white;
	width: 700px;
	margin-top: 32px;
	margin-left: auto;
	margin-right: auto;
}
        
h1 
{
  font-size:32px;
	text-align:center;	
}

p 
{
  font-size: 16px;  
  flex-wrap: wrap;
}

        
.center 
{
	display: block;
	margin-left:auto;
	margin-right: auto;
}

.blogspot 
{
	color: white;
	text-align:center;
	font-size:14px;
	font-weight: bold;
}
.gb-response 
{
  color: white;
  width: 100%;
}

.gb-response-txt 
{
  margin:8px;
}
a
{
	color: white;	
}
