/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}

/* ====== MY STYLE BELOW ====== */



header { 
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-size: 4rem; 
    padding: 40px;
    background-color: grey;
    color: black;
    border-top: solid 1rem rgb(188, 188, 188); 
    margin-top: 20px;
    margin-left: 450px;
    margin-right: 450px;
    
}

body { 
    background: rgb(74, 74, 74); 
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

h2 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: rgb(255, 255, 255);
    font-size: 40px;
    margin-left: 350px;
    margin-right: 350px;
    text-align: center;
    border-top: solid .2rem white;
    border-bottom: solid .2rem rgb(255, 255, 255);
    padding: 25px; 
    font-family: Georgia, 'Times New Roman', Times, serif;
    background: rgb(74, 74, 74);
}

p {
    padding: 40px;
    font-family: "Roboto";
    font-size: 25px; 
    margin-left: 450px;
    margin-right: 450px;
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    line-height: 1.5em;
}

p+p{ 
    padding-top: 5px; 
}

footer p{
    background: none;
    color: rgb(188, 188, 188);
    font-size: 15px;
    text-align: center;
    border-top: solid 2px rgb(188, 188, 188); 
    margin-left: 0;
    margin-right: 0;
    padding: 30px; 

}

a{ 
    color: rgb(32, 39, 164);
}


