@font-face {
  font-family: danganronpaFont;
  src: url(goodbyeDespair.ttf);
}

html {
	height: 100%;
}

body {
	margin-top: 0px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	/*background-color: #820000;*/
	background-color: #7b7159;
	background-image: conic-gradient(#b4a68a 0% 25%, transparent 25% 50%, #b4a68a 50% 75%, transparent 75% 100%);
	background-size: 110px 110px;
	font-family: Helvetica, sans-serif;
	background-position: 25px 35px;
}

h1 {
	padding-top: 10px;
	text-align: center;
	font-size: 4em;
	color: black;
	font-family: danganronpaFont;
}

#title {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 15px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	height: 100%;
	background-color: #7e0a08;
}

#subtitle {
	padding-top: 20px;
	font-size: 35px;
	font-weight: bold;
}

.column {
  float: left;
  width: 44%;
  padding-left: 3%;
  padding-right: 3%;
}

.row {
	padding-top: 20px;
  width: auto;
}

.column-header {
	font-weight: bold;
	font-size: 30px;
}

.paragraph {
	font-size: 20px;
}

.update-title {
	font-weight: bold;
	font-size: 21px;
}