html { 
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background-color: #88f679 !important;
}


*,
*::before,
*::after { box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
}

body * {
  margin: 0;
  padding: 0;
}

body {
  font: normal 100%/1.15 "Merriweather", serif;
  background-color: #88f679;
  color: #fff;
}

.wrapper {
  position: relative;
  max-width: 1298px;
  height: auto;
  margin: 2em auto 0 auto;
}

/* https://www.flaticon.com/authors/vectors-market */
/* https://www.flaticon.com/authors/icomoon */
.box {
  max-width: 70%;
  min-height: auto;
  margin: 0 auto;
  padding: 1em 1em;
  text-align: center;
  background: url("flame.png") no-repeat top 10em center/128px 128px,
              transparent url("desktop-pc.png") no-repeat top 13em center/128px 128px;
}

h1, p:not(:last-of-type) { text-shadow: 0 0 6px #216718; }

h1 {
  margin: 0 0 1rem 0;
  font-size: 7em;
}

p {
  margin-bottom: 0.5em;
  font-size: 3em;
}

p:first-of-type { margin-top: 5em; }

p > a {
  border-bottom: 1px dashed #216718;
  font-style: italic;
  text-decoration: none;
  color: #216718;
  font-size: 0.4em;
}

p > a:hover { text-shadow: 0 0 6px #1b5313; }

p img { vertical-align: bottom; }

