@charset "UTF-8";
body {
    background-color: #D4CCB8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
article h1 {
    background-color: #BFA145;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 360px;
    border-width: medium;
    border-style: double;
    border-radius: 24px;
}
p {
    margin-left: auto;
    margin-right: auto;
    background-color: #23592B;
    color: #F8F3F4;
    font-size: x-large;
    text-align: center;
    border: thick double #E08182;
    border-radius: 36px;
    padding: 54px;
}
footer {
    background-color: #BFA145;
    margin-left: auto;
    margin-right: auto;
    width: 154px;
    height: 97px;
    border: thick double #CF787A;
    border-radius: 34px;
}
ul {
}
li {
}
a {
    text-decoration: none;
    font-size: x-large;
    list-style-image: none;
}
a:link {
    color: #F7F1F1;
}
a:hover {
    color: #29EA0C;
}

@media (min-width:300px){
article h1 {
    background-color: #BFA145;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 282px;
    border-width: medium;
    border-style: double;
    border-radius: 24px;
}
p {
    margin-left: auto;
    margin-right: auto;
    background-color: #23592B;
    color: #F8F3F4;
    font-size: large;
    text-align: center;
    border: thick double #E08182;
    border-radius: 36px;
    padding: 25px;
}
}

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

@media (min-width:960px){
p {
    margin-left: auto;
    margin-right: auto;
    background-color: #23592B;
    color: #F8F3F4;
    font-size: x-large;
    text-align: center;
    border: thick double #E08182;
    border-radius: 36px;
    padding: 54px;
}
article h1 {
    background-color: #BFA145;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 360px;
    border-width: medium;
    border-style: double;
    border-radius: 24px;
}
}
