@charset "utf-8";
body {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    color: rgba(70,52,8,1.00);
    font-size: 1em;
    background-color: rgba(244,198,113,0.51);
    font-style: italic;
    text-align: justify;
}
#containaer {
    width: 800px;
    background-color: rgba(187,184,224,0.74);
    -webkit-box-shadow: 0px 0px 100px 10px rgba(0,0,0,0.38);
    box-shadow: 0px 0px 100px 10px rgba(0,0,0,0.38);
    text-indent: 35px;
    border: 10px solid rgba(112,106,189,1.00);
    border-radius: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
#top {
    float: right;
    text-align: center;
}
#top h1 {
    color: rgba(59,41,122,1.00);
    font-family: 'Berkshire Swash', cursive;
    font-size: 400%;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    text-shadow: 2px 3px 10px;
    margin-top: 80px;
    margin-left: -20px;
}
#top img {
    width: 40%;
    border: 11px solid rgba(85,78,177,0.87);
    border-top-right-radius: 185px;
    border-top-left-radius: 185px;
    float: none;
    clear: both;
    padding-right: 0px;
    -webkit-box-shadow: 0px 0px 21px;
    box-shadow: 0px 0px 21px;

}

#top p {
    font-size: 22px;
    text-align: center;
    color: rgba(131,82,13,1.00);
    font-weight: bold;
}
main h1 {
    font-family: 'Berkshire Swash', cursive;
    color: rgba(59,41,122,1.00);
    font-size: 200%;
    padding-bottom: 0px;
    text-align: center;
    margin-left: -25px;
}
main h2 {
    font-family: 'Berkshire Swash', cursive;
    color: rgba(59,41,122,1.00);
    font-size: 259%;
    text-decoration: none;
    line-height: 59px;
    text-align: center;
    margin-left: -25px;
}
main p {
    font-size: 150%;
    padding-right: 70px;
    padding-left: 70px;
    margin-left: -20px;
}

main ul li {
    list-style-type: none;
}
#maincontainaer {
    background-image: -webkit-linear-gradient(35deg,rgba(242,219,199,0.51) 0%,rgba(147,154,220,0.81) 0%,rgba(239,239,248,0.94) 17.62%,rgba(255,255,255,1.00) 79.28%,rgba(187,184,224,0.74) 98.44%,rgba(221,220,239,0.74) 98.44%,rgba(123,137,219,0.86) 98.44%,rgba(50,83,213,0.99) 98.44%,rgba(47,81,213,1.00) 98.44%);
    background-color: rgba(61,85,181,1.00);
    border: 9px double rgba(136,86,19,1.00);
    border-radius: 104px;
    text-align: eft;
    margin-left: 25px;
    margin-top: 25px;
    margin-right: 25px;
    margin-bottom: 25px;
    -webkit-box-shadow: 1px 0px 15px;
    box-shadow: 1px 0px 15px;
    
}
a:link,a:visited{
    color: rgba(154,98,23,1.00);
    font-size: x-large;
    text-decoration: none;
    display: inline-block;
}



a:hover, a:active {
    color: rgba(53,39,224,0.95);
    text-decoration: none;
    display: inline-block;
}
#asidecontainaer {
    background-color: rgba(239,231,221,1.00);
    border-radius: 50px;
    border: 10px double rgba(88,61,181,1.00);
    -webkit-box-shadow: 1px 0px 15px rgba(0,0,0,0.56);
    box-shadow: 1px 0px 15px rgba(0,0,0,0.56);
    margin-top: 25px;
    margin-right: 25px;
    margin-bottom: 25px;
    margin-left: 25px;
}
#asidecontainaer h1 {
    color: rgba(59,41,122,1.00);
    font-family: 'Berkshire Swash', cursive;
    font-size: 170%;
    line-height: 175%;
    text-align: center;
    margin-left: -40px;
}
#asidecontainaer ul li {
    list-style-type: none;
    display: inherit;
    font-size: 25px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: justify;
    margin-right: 25px;
    line-height: 0px;
}


#asidecontainaer ul li h2 a:link , li h2 a:visited {
    color: rgba(53,39,224,0.95);
    margin-left: -51px;
}

  
#asidecontainaer ul li h2 a:hover, li h2 a:active {
    color: rgba(136,86,19,1.00);
}
ul li p {
    line-height: 35px;
}


footer h1 {
    color: rgba(53,39,224,0.95);
  font-family: 'Berkshire Swash', cursive;

    font-size: 197%;
    text-align: center;
}
footer ul li {
    list-style-type: none;
    text-align: center;
    padding-left: 0px;
    padding-right: 50px;
}
footer p a:link , a:visited{
    color: rgba(53,39,224,0.95);
}
footer p a:hover, a:active {
    color: rgba(136,86,19,1.00);
    text-align: left;
}
