@charset "UTF-8";
body {
    color: #29369F;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-size: 1em;
    background-color: #F8ECE3;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
}
#container {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

a:link, a:visited {
    color: #A42827;
    text-decoration: none;
}

a:hover, a:active {
    color: #005570;
    text-decoration: none;
}
header h1 {
    font-family: "Lily Script One", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 2.4rem;
    color: #741D1C;
    text-align: center;
    border-radius: 0px;
    margin-bottom: 32px;
    border-bottom: 5px solid #741D1C;
    padding-bottom: 12px;
    margin-top: 37px;
}
header img {
    border-style: solid solid double;
    background-color: #741D1C;
    border-width: 5px;
    border-radius: 61px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 183px;
    border-spacing: 0px 0px;
    display: block;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
}
header p {
    font-size: 1.2rem;
    padding-bottom: 0px;
    text-align: center;
}
main h1 {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    color: #741D1C;
    font-size: 1.75rem;
    text-align: center;
}
main h2 {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    color: #741D1C;
    margin-top: 21px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 24px;
    border-top: 5px solid #741D1C;
    text-align: center;
}
main li {
    list-style-type: none;
    text-align: center;
}
main p {
    text-align: center;
    padding-bottom: 20px;
}
aside {
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    background-color: #E9E9E9;
    border-radius: 0px;
    border-top: 5px solid #741D1C;
    border-bottom: 5px solid #741D1C;
    padding-left: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
}
aside h1 {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-size: 1.5rem;
    color: #741D1C;
}
aside a:link, aside a:visited {
    color: #A42827;
}
aside a:hover, aside:active {
    color: #005570;
}
aside li {
    list-style-type: none;
}
footer h1 {
    color: #741D1C;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-size: 1.5rem;
    text-align: right;
    font-weight: normal;
    padding-top: 41px;
    padding-bottom: 0px;
    padding-right: 45px;
}
footer li {
    list-style-type: none;
    text-align: right;
    padding-bottom: 17px;
    padding-top: 0px;
    padding-right: 45px;
}
