@charset "UTF-8";
body {
    font-style: normal;
    font-size: 1em;
    color: rgba(26,66,20,1.00);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: rgba(228,183,146,1.00);
}
h2 {
}
main ul {
    padding-left: 0px;
    list-style-type: none;
}
#container {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
body header p {
    font-size: 2rem;
    color: #1A1A1A;
}
main h1 {
    color: #1A1A1A;
    font-size: 2rem;
    list-style-type: none;
}
main h2  {
    padding-left: 0px;
    list-style-type: none;
    color: #000000;
}
aside h1 {
    color: #1A1A1A;
    font-size: 2rem;
}
ul li p {
}
body ul {
}
a:link, a:visited {
    height: 0ch;
    color: #893234;
    list-style-type: none;
}
body header h1 {
    color: #135FA7;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-size: 3rem;
}
aside {
    padding-left: 10px;
    padding-right: 10px;
}
aside ul {
    padding-left: 0px;
    list-style-type: none;
}
a:hover, a:active {
    color: #A275DC;
}

body ul li {
    padding-left: 0px;
    list-style-type: none;
}
body header img {
    width: 300px;
    height: auto;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-width: 15px;
}
p {
    text-align: left;
}
header p {
    text-align: center;
}
main h1 {
    font-size: 1.5rem;
}
aside a:link, aside a:visited {
    color: #823032;
    text-align: center;
}
aside a:hover, aside a:active {
    color: #A275DC;
    text-align: center;
}
footer h1 {
    color: #1A1A1A;
    font-size: 2rem;
    list-style-type: none;
}
.green-box {
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    background-color: rgba(190,178,178,0.40);
    border-radius: 30px;
}
.needtocentertext {
    text-align: center;
}
