@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Instrument+Serif:ital@0;1&family=swap');
@import url('https://fonts.googleapis.com/css2?family=Averia+Sans+Libre:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IM+Fell+Double+Pica+SC&display=swap');
header {text-align: center; background-color: #8C0303; color: #F2F2F2; height: 100px; line-height: 20px; font-size: 20pt; border: double 5px white}
nav {background-color: #BFAB99; text-align: center; border: double 5px black; height: 30px; line-height: 30px;}
a {color:#591E08; font-family: "Great Vibes", "sans-serif"; text-decoration: none; font-weight: bolder; font-size: 15pt}
a:hover {color: #F2F2F2; }
a:visited {color: #8C0303;}
body {background-color: #F2C894;}
article {background-color: #73B1BF; width: 500px; height: 820px; padding: 15px; border: double 5px black}
p {font-family: "Averia Sans Libre"; font-size: 12pt;}
li {font-family: "Averia Sans Libre";}
footer {background-color: #F2BC57; clear:both; text-align: center; border: double 3px black}
h1{text-shadow: 5px 7px 8px #BFAB99; font-family: "IM Fell Double Pica SC"; font-size: 40pt;}
h2 {color: #F2F2F2; text-align: center; font-family: "IM Fell Double Pica SC"; text-shadow: 5px 7px 8px #000000; font-size: 25pt;}
h3 {font-family: "Instrument Serif"; font-size: 16pt; text-decoration: underline}
section {margin: auto; width: 1100px; padding: 0px;}
span {color: #F2F2F2; }