@charset "UTF-8";
body {
    background-color: #8C4C80;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
/* CSS Document */

article h1 {
    text-align: center;
    background-color: #B4A569;
    width: 131px;
    margin-left: auto;
    margin-right: auto;
    border-width: thick;
    border-style: solid;
    border-radius: 27px;
}
p {
    background-color: #D9C5B4;
    border: medium solid #FF0000;
    width: 42em;
    margin-left: auto;
    margin-right: auto;
    padding: 37px;
    text-align: center;
    font-size: large;
    color: #244673;
    border-radius: 31px;
}
footer {
    background-color: #267339;
}
footer ul {
}
ul li {
    float: left;
    list-style-type: none;
    text-align: center;
}
li a {
    color: undefined;
    text-decoration: none;
    background-color: #DF8A8B;
    margin: 19px;
    padding: 15px;
    border-radius: 11px;
}

@media (min-width:300px){
/* CSS Document */

article h1 {
}
p {
    width: auto;
}
footer {
}
footer ul {
}
ul li {
}
li a {
}
}

@media (min-width:600px){
/* CSS Document */

article h1 {
}
p {
    width: 21em;
}
footer {
}
footer ul {
}
ul li {
}
li a {
}
}

@media (min-width:960px){
/* CSS Document */

article h1 {
}
p {
}
footer {
}
footer ul {
}
ul li {
}
li a {
}
}
