.one {
  display: block;
	color: #fff; 
  margin: auto; 
  place-content: center; 
}
.two {
  display: block;
	color: #fff;
  margin: auto;
  place-content: center; 
}
body {
  color: #fff; 
  background-color: black;
  place-content: center;
}
.text-container {
  margin: auto; 
  height: auto;
  overflow: hidden; 
  place-content: center; 
	background-color: transparent; 
  border: 1px #fff solid; 
  border-radius: 2px;
  width: 360px; 
  text-align: center;
}
.footer-line, .edit-timestamp, .publish-timestamp, .site-footer, .footer-line, .site-header, #theme-toggle { 
	display: none; 
}