

html, body, div, span, object, iframe,
/*h1, h2, h3, h4, h5, h6,*/ p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
/*  font-size: 100%; */
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display: block;
}

nav ul {
  list-style :none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align :middle;
}




/* Global Styles */



body{
    background-color: darkgray;
/*    font-size: 32px; */
    margin: 0;
}

h1 {
    color: black;
    text-align: center;
    font: bold italic Georgia, serif;
    font-size: xx-large;
}

h2{
    color: black;
    text-align: center;
}

h3{
    color: aquamarine;
    text-align: center;
}

h3 span{
    color: green;
    font: italic small-caps bold 24px Georgia, serif;
}

h4{
    color: blue;
    text-align: center;
}


 
header {
    text-align: center;
    color: black;
    font: bold italic Georgia, serif;
    background-color: #DB9853;
/*    background-color: blue; */
    width: 600px;
    margin: 10px auto;
    /*padding: 5px 25px;*/
}

.brown{
  /*text-align: center;*/
  color: brown;
  /*font-size: 48px;*/
  font: bold italic Georgia, serif;
  padding: 5px;
}

.red{
  /*text-align: center;*/
  color: red;
  /*font-size: 48px;*/
  font: bold italic Georgia, serif;
  padding: 5px;
}



.blue{
  /*text-align: center;*/
  color: blue;
  font-size: 18px;
  /*font: bold 48px Georgia, serif;*/
  padding: 5px;
}

.black{
  /*text-align: center;*/
  color: black;
  /*font-size: 48px;*/
  /*font: bold italic 48px Georgia, serif;*/
  padding: 5px;
}

.container{  
text-align: center;  
border: 7px solid red;  
width: 300px;  
height: 50px;  
padding-top: 20px;  
}  

.btn-text-center{
    text-align: center;
	  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}