
body {
  background-color: #F3EOF7;
  color: black;
}



.postbox
 {
	background: #EAE2ED;
	border: 1px solid #38182f;
	padding: 20px;
	width: 512px;
  margin-left: 50%;
	transform: translate(-50%,-0);
	margin-bottom: 50px;
  border-radius: 10px;
  font-family: Arial;
  font-weight:normal;
}

.postbox2{
  border: 2px solid black;
  padding: 20px;
  text-align: center;
  font-family: Arial;
  font-weight:normal;
  border-radius: 10px;
  width: 512px;
  transform: translate(25%,-0);
}

.hotbar{
 color: #000000;
    font-family: 'IBM Plex Mono', monospace;

  text-decoration: none;
	margin: auto auto 10px auto;
}
  
