body,
html {
  margin: 0;
}
.grass {
  background-image: url("grass.jpg");
  background-repeat: repeat;
  margin: 0;
  height: 100%;
  width: 100%;
  position: fixed;
}
.graveyard {
  position: absolute;
  top: 0;
  left: 0;
}
.graveyard .rip {
  text-align: center;
  color: lightgray;
  text-shadow: 0px 0px 10px black;
}
.graveyard .tombstone {
  float: left;
  height: 300px;
  width: 260px;
  background-image: url("grave.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  font-family: 'Times New Roman', Times, serif;
}
.graveyard .tombstone .emote {
  width: 48px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  left: 106px;
  top: 38px;
}
.graveyard .tombstone .name {
  color: goldenrod;
  text-shadow: 0px 0px 2px lightslategray;
  position: relative;
  left: 21%;
  width: 51%;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  top: 75px;
}
.graveyard .tombstone .text {
  color: lightgray;
  text-shadow: -1px -1px 1px darkslategrey;
  position: relative;
  left: 21%;
  width: 51%;
  top: 80px;
}
