body {
	overflow: hidden;
	background: linear-gradient(135deg, #024145 15%, #520030 85%);
}

#title-box {
	text-align: center;
	justify-content: center;
	width: 60%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	min-width: 380px;
	padding-top: 60px;
}

h1 {
	color: white;
	font-size: 30px;
	font-family:"Georgia", serif;		
}

h2 {
	color: white;
	font-size: 19px;
	font-family:"Courier New", monospace;
}

p {
	font-family: "Gerogia", serif;
	font-size: 18px;
	color: white;
	margin-top: 40px;
	max-width: 400px;
	margin-inline: auto;
