
body {
	background-color: #111111;
	color: white;
	margin: 0px;
}

.header {
  background: url("https://cdn.discordapp.com/attachments/594974669757743114/689039757296009269/001.png");
  height: 120px;
  max-width: 100%;
  background-position: center;
  position: relative;
  border: 3px solid white
}

.header h {
  position: absolute;
  padding-top: 24px;
  text-align: center;
}

.text {
  margin: 12px;
}
  
header {
	font-size: 48px;
	text-align: center
}
h6 {
	text-align: right;
	font-family: "Comic Sans MS"
}