body {
  background-color: burlywood;
}

h1 {
  position: relative;
  top: 30vh;
  text-align: center;
  text-shadow: -1px -1px 1px #fff, 1px 1px 1px #000;
  color: #9c8468;
  opacity: 0.3;
  font-size: 12vh;
}