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

body {
  font: normal 100%/1.15 "Merriweather", serif;
  font-size: 170%;
  background-color: goldenrod;
  color: darkslategrey;
  margin: 8%; 5%; 5%; 3%; /*clockwise top right bottom left*/
}

.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("https://www.dropbox.com/s/xq0841cp3icnuqd/flame.png?raw=1") no-repeat top 10em center/128px 128px,
              transparent url("https://www.dropbox.com/s/w7qqrcvhlx3pwnf/desktop-pc.png?raw=1") no-repeat top 13em center/128px 128px;
}

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

h1 {
  margin: 0 0 1rem 0;
  text-align: center;
  font-size: 3em;
}

p {
  margin-bottom: 0.5em;
  margin-left: 2em;
  font-size: 1.2em;
}

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

p > a {
  border-bottom: 1px dashed #216f79;
  font-style: italic;
  text-decoration: none;
  color: #216f79;
}

p > a:hover { 
    text-shadow: 0 0 6px #216f79; 
}