@charset "utf-8";
header h1 {
    color: #ECEAD4;
    font-family: 'Lato', sans-serif;
    font-size: 2.5em;
    margin-right: 0px;
    text-align: center;
}
header img {
    border-width: medium;
    width: 20em;
    border-radius: 68px;
    margin-left: 320px;

}
body {
    font-size: 1em;
    background-color: #659DBD;
    color: #FFFFFF;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
	font-family: 'Noto Sans JP', sans-serif;
}
#container {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    background-color: #BC986A;
    border-radius: 10px;
}
.firstParagraph{
	text-align: center;
}
header p {
    font-size: 38px;
    text-align: center;
}
main h1 {
    color: #FBEEC1;
    font-family: 'Lato', sans-serif;
    font-size: 2.2rem;
    text-align: center;
}

main h2 {
    color: #FBEEC1;
    font-family: 'Lato', sans-serif;
    font-size: 1.8rem;
}
main p {
}
main li {
    list-style-type: none;
}
aside {
    background-color: #8D8741;
    border: 0.5rem double #FBEEC1;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-radius: 30px;
}

aside h1 {
    color: #FBEEC1;
    font-family: 'Lato', sans-serif;
    font-size: 1.8rem;
}
aside ul li {
    list-style-type: none;
}

a:link, a:visited {
    color: #FBEEC1;
}

a:hover, a:active {
    color: #FFFFFF;
}
footer h1 {
    color: #FBEEC1;
    font-family: 'Lato', sans-serif;
    font-size: 1.8rem;
}
footer ul {
    list-style-type: none;
    padding-bottom: 25px;
}


footer ul li {
    display: inline;
    padding-left: 20px;
    color: #F9DCDD;
}
