/* reset browser styles */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.2;
}
ol { 
    list-style: decimal;
    padding-left: 1.4em;
  
}
ul {
    list-style: square;
    padding-left: 1.4em;
  
}
table {
  border-collapse: collapse;
  border-spacing: 0;
} 
/* end reset browser styles */
html {
 background-color: rgb(253,248,171);
}
body {
    background-color: rgb(255,255,255);
    border: 3px solid rgb(75,75,75);
    box-shadow: 0 0 15px 5px rgba(44,82,100,.75);
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    max-width: 760px;
    padding: 15px;
}
h1 {
    background-color: rgb(226,235,180);
    color: rgb(133,161,16);
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 2.75em;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0 -15px 20px -15px;
    padding: 5px 15px 2px 15px;
    text-align:center;
    text-transform: uppercase;
 
}
h2 {
    border-bottom: 2px dotted rgb(141,165,22);
    border-top: 2px dotted rgb(141,165,22);
    color: rgb(249,107,24);
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    margin: 15px 0 5px 0;
    overflow: hidden;
    padding-bottom: 5px;
    padding-top: 5px;
    
}
.sidebar {
    background-color: rgb(250,235,199);
    border: 1px dotted rgb(252,101,18); 
    border-radius: 10px;
    border-top: 20px solid rgb(252,101,18);
    box-shadow: 5px 5px 10px rgba(0,0,0,.5);
    float: right;
    margin: 10px;
    padding: 10px 20px;
    width: 30%;
}
.sidebar h2 {
 border: none;
 margin-top: 0;
 padding: 0;
}
.copyright {
    border-top: 20px;
    color: blue;
    font-size: x-small;
    
}