@charset "utf-8";

/* Basic styles to be used with all devices and under all conditions */
article, aside, figcaption, figure,
footer, header, main, nav, section { 
   display: block;
}

address, article, aside, blockquote, body, cite, 
div, dl, dt, dd, em, figcaption, figure, footer, 
h1, h2, h3, h4, h5, h6, header, html, img, 
li, main, nav, nav a, ol, p, section, span, ul {
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
   vertical-align: baseline;
   background: transparent;
   box-sizing: border-box;  
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-width: 1292px;
    line-height: 1.2em;
}

html, body, main {
   background-color: #607B64;
}

ul, ol {
   list-style: none;
}

a {
   text-decoration: none;
   color: #000;
}

iframe {
   width: 100%;
   height: 100px;
}

#buy-coffee {
   display: block;
   margin: auto;
   width: 240px;
 }