@charset "UTF-8";
body {
    background-color: #B4A569;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
article h1 {
    background-color: #9C7333;
    text-align: center;
    width: 159px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 30px;
    border-width: thick;
    border-style: solid;
}
p {
    background-color: #8F7B72;
    text-align: center;
    font-size: x-large;
    padding: 64px;
    border-radius: 60px;
    border-width: thick;
    border-style: solid;
}
footer {
    background-color: #72613F;
    width: 177px;
    height: 216px;
    margin-left: auto;
    margin-right: auto;
    padding: 11px;
    border-radius: 55px;
    border-width: thick;
    border-style: solid;
}
footer ul {
    text-align: center;
    list-style-type: none;
    font-size: x-large;
}
ul li {
    margin: 55px 38px 38px;
}
li a {
    text-decoration: none;
    background-color: #9C7333;
    padding: 8px 8px 8px 0px;
    border-radius: 26px;
}
a:link {
    color: red;
}
a:hover {
    color: #0F858F;
}

@media (min-width:300px){
p {
    background-color: #8F7B72;
    text-align: center;
    font-size: large;
    padding: 15px;
    border-radius: 60px;
    border-width: thick;
    border-style: solid;
}
}

@media (min-width:600px){
}

@media (min-width:960px){
p {
    background-color: #8F7B72;
    text-align: center;
    font-size: x-large;
    padding: 64px;
    border-radius: 60px;
    border-width: thick;
    border-style: solid;
}
}
