@import url('https://fonts.googleapis.com/css2?family=Jaini&display=swap');

body {
	margin: 1em;
	text-align: center;
	font-size: 125%;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', roboto, sans-serif;
	font-optical-sizing: auto;
	font-weight: 400	;
	font-style: normal;
	font-variation-settings: "wdth" 100;
}

p{
	max-width: 80ch;
	margin: auto;	
	padding-left: 1em;
	padding-top: 0.5em;
	overflow-wrap: break-word;
}

h1{

	font-family: "Jaini", system-ui;
	font-weight: 400;
	font-size: 680%;
	line-height: 100%;
	font-style: normal;
	margin: auto;
	margin-bottom: 0.1em;
	border-style: solid;
	border-radius: 5px;
	padding: 5px;	
	box-shadow: 10px 10px;
	max-width:max-content;
	min-width: min-content;
	width: 50%;
}	


a{
	color: black;
	font-size: 110%;
}
a:hover{
	color: gray;
}

.header {
	height: 5em;
	text-align: left;
	width: fit-content;
	margin: 1em;
}