
.container {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	padding: 50px;
}

#character {
	margin-top: 50px;
	text-align: left;
}

#character-name {
	font-size: 36px;
	margin-bottom: 20px;
}

span {
	font-weight: normal;
}

.button-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
	margin-bottom: -10px;
  }
  
  /* Style the buttons */
  #submitButton {
	font-family: 'Area-Extended', sans-serif;
	font-weight: 900;
	font-size: 10pt;
	background: #FFFFFF;
	color: #222222;
	padding: 10px 15px;
	margin: 10px; /* Add some space between the buttons */
	border: none;
  }
  
  #submitButton:hover {
	background: #eeeeee;
	color: #333333;
  }
