/* fonts import */

@import url('https://fonts.googleapis.com/css2?family=Alegreya+SC:wght@700&family=Balthazar&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&family=Tangerine:wght@400;700&display=swap');



/* element styling */

h1{
	font-family: 'Balthazar', serif;
	text-align: center;
	color: ivory;
	font-size: 2em;
}

h2 {
	text-align: center;
	font-family: 'Balthazar', serif;
	font-size:1.5em;
	color: #802f00;
}

h3 {
	font-family: 'Balthazar', serif;
	font-size:1.2em;
	color: #222222;
}

q {
	font-style: italic;
	font-size: 0.8em;
	background: #ffefe6;
}

a {
	font-size: 0.8em;
}

body {
	font-family: "Poppins", sans-serif;
	color: #333333;
	background-color: #eeeeee;
	overflow-x: hidden;
}

img {
	padding: 5px;
}


/* class styling */

.container {
	background-color: #fefefe;
}

.header {
  
	background-color: #dc5000;
	height: 100%;
	padding: 1em;
	margin-bottom: 20px;
}

.row {
	align-items: center;
}

.textbox-left {
	text-align: left;
	width: 300px;
	float: left;
	
}

.textbox-right {
	text-align: right;
	width: 300px;
	float: right;
}

.footer {
	font-family: Arial, sans-serif;
	color: ivory;
	background-color: #dc5000;

	padding: 1em;
	font-size: 0.8em;
	margin-top: 10px;
	margin-bottom:20px;
}
