html, body, div, span, applet, 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%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background: #AEF9EB;
  color: #333333;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 18px;
}

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

a:hover { color: #8082FE }

.container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

button {
  background: none;
  padding: 0.4rem 0rem 0.1rem 0rem;
  margin: 0 0 1rem 0;
  font-size: 18px;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  border: none;
  color: #333333;
  border-bottom: 2px solid #333;
}

button:hover {
  background: #ED82ED;
  padding: 0.4rem 0.5rem 0.1rem 0.5rem;
  border-bottom: 2px solid #ED83ED;
}

button:active {
  background: #EE26C0;
  color: #FFFFFF;
  border-bottom: 2px solid #EE26C0;
}

header { margin: 0 0 1.5rem 0; }

.grass {
  width: 450px;
  height: 480px;
  margin: 65 0 1.5rem 0;
  position: relative;
  box-shadow: 10px 10px  black;
}

.grass img { position: absolute; }

.controls {
  margin: 0 0 2rem 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 2em;
}

li {
  display: inline;
  list-style-type: none;
}

.tabber img {
  position: absolute;
  margin-top: -6.3em; 
  margin-left: -4.474em;
}
  