@charset "utf-8";
body {
    margin: 0;
    background-color: mediumseagreen
}
sections p {
    background: white;
}

header {
    background: yellow;

}
footer {
    border: dashed #E1181B;
    background: yellow;
}
ul {
    background: center white;
    text-align: center;
}
h1 {
    align-self: center;
}
