html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
    background-image: url("images/bg\ img.jpg");
}

h1{
    padding: 20px;
    background-color:lightcyan;
    font-size: 600%;
    text-shadow: 3px 3px gray;
    border: 20px outset cyan;
}

header, footer {
    background-color: white;
    padding: 0.5%;
	font-size: 300%;
	display: inline-flexbox;
}

img {
	border: 15px solid white;
	border-radius: 20px;
	align-self: center;
	margin-left: auto;
	margin-right: auto;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 1%;
	overflow: hidden;
}

li {
	float: left;
}



li a {
	display: block;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

li a:hover {
	background-color: gray;
}

a:link {
	color: black;

}

a:visited {
	color: black;
}

table {
	margin: 5% auto;
	width: 80%;
	align-self: center;
	background-color: lightcyan;
	font-size: 150%;
	
}

table, th, td {
	border: 20px outset cyan;
}

th {
	font-size: 200%;
	text-shadow: 2px 2px gray;
}

td {
	text-align: center;
}

#theme {
	font-family: article;
	font-size: 100%;
	color: black;
	text-shadow: 1px 1px gray;
}



section {
	font-family: article;
	font-size: 200%;
	color: black;
	font-size: 250%;
	width: 50% auto;
	background-color: white;
	margin: 8%;
	margin-left: 25%;
	margin-right: 25%;
	padding: 2%;
	border: 1px solid white;
	border-radius: 25px;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
  }

@font-face {
	font-family: article;
	src: url("ThisAppealFreeDemo-4n38W.otf");
}

