@charset "UTF-8";
body {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-style: 1em;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #FF7F50;
    background-color: #FF69B4;
}
#container {
    width: 1000px;
    text-align: left;
    background-color: #FFD8CA;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
}
a:link ,a:visited {
    color: #FF7F50;
    text-decoration: none;
}

a:hover, a:active {
    color: #AF8EDE;
    text-decoration: none;
}
header h1 {
    font-family: "Borel", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 4em;
    text-align: left;
    color: #EE4044;
}
header img {
    width: 400px;
    height: auto;
    float: right;
    border-radius: 30px;
    margin-top: -200px;
    border: 15px solid #FF69B4;
}
header p {
    font-size: 2em;
    margin-top: -36px;
    margin-bottom: 55px;
    color: #AF8EDE;
}
main h1 {
    font-family: "Borel", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 3em;
    text-align: center;
    color: #EE4044;
}
main h2 {
    font-family: "Borel", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5em;
    text-align: center;
    margin-top: 64px;
    margin-bottom: -28px;
    color: #EE4044;
}
main h3 {
    text-align: center;
    font-size: 1.5em;
}
main li {
    list-style-type: none;
}
aside {
    background-color: #9AF5EB;
    padding-left: 30px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    border-radius: 15px;
    color: #1FB7B6;
}
aside h1 {
    font-family: "Borel", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 2em;
    text-align: center;
}
aside a:link, aside a:visited {
    color: #1FB7B6;
}
aside a:hover, aside a:active {
    color: #00AFFA;
}
aside li {
    list-style-type: none;
    text-align: center;
}

footer h1 {
    font-family: "Borel", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 2em;
    text-align: center;
    color: #EE4044;
}
footer li {
    margin-top: -25px;
    list-style-type: none;
    text-align: center;
}
