@charset "utf-8";
body {
	margin: 0px;
    color: #3B1E54;
    font-family: "Joan", serif;
    font-size: 1em;
    background-color: #D4BEE4;
}
#container {
	width: 1200px;
	position: absolute;
    margin-left: 130px;
    margin-right: 60px;
    margin-top: 60px;
    margin-bottom: 60px;
    background-color: #EEEEEE;
	padding: 20px;
    border: thick ridge #3B1E54;
}
header {
    padding-bottom: 15px;
    border-bottom: medium ridge #3B1E54;
    text-align: center;
}
header .top p {
    padding-bottom: 14px;
    font-weight: 700;
    font-size: 20px;
}
header .top img {
    border: 8px solid #FFFFFF;
    border-radius: 124px;
    -webkit-box-shadow: 7px 6px 27px;
    box-shadow: 7px 6px 27px;
    padding-top: 1px;
}
h1{
    font-family: "Chewy", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 3em;
}
h2{
	font-family: "Chewy", system-ui;
    font-weight: 400;
    font-style: normal;	
	color:#734D91;
}
p{
	font-size: 18px;
}
p,h3 {
	font-family: "Joan", serif;
  	font-weight: 400;
  	font-style: normal;
}
li {
	list-style-type: none;
}
/**** Main Links ****/
a:link, a:visited {
	color: #225A2F;
	font-weight: 600;
	text-decoration: none;
}
a:hover, a:active {
	color: #C5832B;
	text-decoration: none;
}
aside {
    padding-bottom: 20px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border: medium ridge #3B1E54;
    background-color: #E3E6E4;
}
/****aside****/
aside h1 {
	font-size: 2.3em;
}
aside h2 {
    color: #001506;
}
aside h3 a:link  , aside h3 a:visited{
    color: #046D86;
}
aside h3 a:hover   , aside h3 a:active{
    color: #C1055B;
}
/**** Footer ****/
footer h1 {
    font-weight: normal;
    font-size: 1.2rem;
    text-align: center;
}
footer ul {
	margin: 0px;
    padding: 0px;
    text-align: center;
    list-style-type: none;
}
footer ul li {
    display: inline-block;
    margin-left: 20px;
    color: #225A2F;
    font-size: 0.9rem;
}
