/* 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;
}
/* A crude reset for a simple document */
html {
   box-sizing: border-box;
}
*, *::before, *::after {
   box-sizing: inherit;
   padding: 0;
   margin: 0;
}
/* Page styles */
body {
   color: #1A1A1A;
   background-color: rgba(232, 211, 185, 0.905);
   font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
   
}
h1 {
   font-family: Georgia, 'Times New Roman', Times, serif;
   font-size: 3.5rem;
   text-align: center;
   padding-bottom: 0.8rem;
   border-bottom: 3px solid rgba(0, 0, 0, 0.711);
   padding-top: 1rem;
}
h1+p {
   padding-top: 2.0rem;
}
p {
   max-width: 650px;
   margin-left: auto;
   margin-right: auto
}

p{
   font-size: 1.5rem;
   line-height: 1.45;
   padding-bottom: 1rem;
   padding-left: 1.2rem;
   padding-right: 1.2rem;
}
p+p {
   padding-top: 1.0rem;
}
p:last-of-type {
   padding-bottom: 1.6rem;
}

html, body{
   height: 100%;
}
main{
   flex: 1;
   padding:20px;
}
.webpages{
   text-align: center;
}
.webpages a{
   color: #1A1A1A;
}
footer{
   background-color: rgba(230, 192, 146, 0.905);
   color: black;
   padding:50px;
   font-size: 20px;
}
.social-media a{
   padding: 15px;
   text-decoration: none;
   color: #1A1A1A;
}
.wrapper{
   min-height: 100vh;
   display: flex;
   flex-direction: column;
}
