@charset "UTF-8";
/* CSS Document */

body {
    background-color: #E82C0C;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
article h1 {
    background-color: #FF0DFF;
    font-size: x-large;
    width: 9em;
    border: medium solid #EEDDDD;
    text-align: center;
    margin-left: 12%;
    border-radius: 18px;
}
body p {
    background-color: #FF530D;
    text-align: center;
    font-size: x-large;
    border: medium solid #EFDCDC;
    color: #F2EDED;
    border-radius: 23px;
}
footer {
    background-color: #FF530D;
    height: 24em;
}
footer ul {
    margin-top: 48px;
}
ul li {
    text-align: center;
    list-style-image: none;
    list-style-type: none;
    float: left;
    width: 50em;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: #000000;
    margin-top: 74px;
}
li a {
    text-decoration: none;
    font-size: xx-large;
    color: #070707;
    background-color: #D12629;
    padding-top: 14px;
    padding-right: 14px;
    padding-bottom: 14px;
    padding-left: 14px;
    border-radius: 6px;
}

@media (min-width:300px){
h1 {
}
body p {
    background-color: #FF530D;
    text-align: center;
    font-size: large;
    border: medium solid #EFDCDC;
    color: #F2EDED;
}
footer {
}
footer ul {
}
ul li {
    text-align: center;
    list-style-image: none;
    list-style-type: none;
    float: left;
    width: 16em;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    margin-left: -9%;
}
li a {
    text-decoration: none;
    font-size: xx-large;
}
}

@media (min-width:600px){
article h1 {
    background-color: #FF0DFF;
    text-align: center;
    font-size: x-large;
    margin-left: 31%;
}
body p {
    background-color: #FF530D;
    text-align: center;
    font-size: x-large;
}
footer {
    background-color: #FF530D;
    height: 12em;
}
footer ul {
}
ul li {
    text-align: center;
    list-style-image: none;
    list-style-type: none;
    float: left;
    width: 16em;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
}

@media (min-width:960px){
article h1 {
    background-color: #FF0DFF;
    font-size: x-large;
    text-align: center;
    margin-left: 37%;
}
body p {
    background-color: #FF530D;
    text-align: center;
    font-size: x-large;
}
footer {
    background-color: #FF530D;
    height: 12em;
}
footer ul {
}
ul li {
    text-align: center;
    list-style-image: none;
    list-style-type: none;
    float: left;
    width: 16em;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
li a {
    text-decoration: none;
    font-size: xx-large;
}
}
