		body {
			background-color: linen;
			font-family: Arial, Helvetica, sans-serif;
  			margin: 0;
		}

		* {
			font-family: Arial, sans-serif
		}
	
		.normal {
			font-weight: normal;
		}
		.semi-bold {
			font-weight: 575;
		}
		.bold {
			font-weight: bold;
		}
		.center-text {
  			text-align: center;
		}
		.underline-txt {
			text-decoration: underline;
		}
		.firebrick-text {
			color: firebrick;
		}

		h1 {
			margin-top: auto;
		}
		h2 {
			font-size: 2rem;	
		}
		.container {
			width: 95%;
			text-align: left;
			font-size: 1.25rem;
			margin: 0 auto;
		}