@charset "UTF-8";
body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #DD543F;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
article h1 {
    background-color: #8C2B18;
    color: white;
    width: 169px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-width: thick;
    border-style: solid;
    border-radius: 18px;
}
body p {
    background-color: #315D3E;
    margin-left: auto;
    margin-right: auto;
    padding: 61px;
    text-align: center;
    font-size: x-large;
    color: #FAF7F7;
    border: thick solid #FCEFF0;
    border-radius: 33px;
}
footer {
    background-color: #D4CCB8;
    width: 219px;
    height: 104px;
    border-radius: 40px;
    border: thick solid white;
    margin-left: 354px;
}
footer ul {
    padding-left: 84px;
    padding-top: 11px;
}
ul li {
    list-style-type: none;
}
li a {
    text-decoration: none;
    font-size: x-large;
}
a:link {
    color: #9515E0;
}
a:hover {
    color: #E68C19;
}

@media (min-width:300px){
body p {
    background-color: #315D3E;
    margin-left: auto;
    margin-right: auto;
    padding: 61px;
    text-align: center;
    font-size: x-large;
    color: #FAF7F7;
    border: thick solid #FCEFF0;
    border-radius: 33px;
}
article h1 {
    background-color: #8C2B18;
    color: white;
    width: 169px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-width: thick;
    border-style: solid;
    border-radius: 18px;
}
body p {
    background-color: #315D3E;
    margin-left: auto;
    margin-right: auto;
    padding: 17px;
    text-align: center;
    font-size: large;
    color: #FAF7F7;
    border: thick solid #FCEFF0;
    border-radius: 33px;
}
footer {
    background-color: #D4CCB8;
    width: 219px;
    height: 104px;
    border-radius: 40px;
    border: thick solid white;
    margin-left: 8px;
}
footer ul {
    padding-left: 84px;
    padding-top: 11px;
}
ul li {
    list-style-type: none;
}
li a {
    text-decoration: none;
    font-size: x-large;
}
}

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

@media (min-width:960px){
article h1 {
    background-color: #8C2B18;
    color: white;
    width: 169px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-width: thick;
    border-style: solid;
    border-radius: 18px;
}
body p {
    background-color: #315D3E;
    margin-left: auto;
    margin-right: auto;
    padding: 61px;
    text-align: center;
    font-size: x-large;
    color: #FAF7F7;
    border: thick solid #FCEFF0;
    border-radius: 33px;
}
footer {
    background-color: #D4CCB8;
    width: 219px;
    height: 104px;
    border-radius: 40px;
    border: thick solid white;
    margin-left: 354px;
}
footer ul {
    padding-left: 84px;
    padding-top: 11px;
}
ul li {
    list-style-type: none;
}
li a {
    text-decoration: none;
    font-size: x-large;
}
}
