body {
  background-color: #7a7a7a;
  color: #00affa;
  font-family: Verdana;
}

p, h1, h2, h3, h4, h5, h6 {
  background: -webkit-linear-gradient(#00affa, #00ffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

code {
  background: -webkit-linear-gradient(#00af00, #00ff00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
}

.space{
	margin-left: 444px;
	content:"";
}

.minispace{
	margin-left: 23px;
	content:"";
}

.header{
  display: flex;
  justify-content: center;
  padding: 5px 5px;
  align-items: center;
  text-align: center;
  text-decoration: none;
  border-radius: 0px 0px 4px 4px;
  background: #5a5a5a;
  font-size: 23px;
}

.headerstuff{
  padding: 5px 5px;
}

.content{
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  padding: 10px 10px;
  padding-left: 10px;
  max-width: 876px;
  text-decoration: none;
  border-radius: 4px;
  background: #5a5a5a
}