body {
  color: wheat;
  background: #171717; }
  body h1 {
    color: white;
    text-shadow: 0px 0px 7px orange, 0px 0px 4px yellow, 0px 0px 2px #fff, 0px 0px 0px red; }

.div1 {
  background: black;
  border-radius: 1em;
  box-shadow: -0.35em -0.35em 1.05em #000, -0.35em -0.35em 1.05em #000, 0.35em 0.35em 1.05em rgba(255, 255, 255, 0.4), inset 0em 0em 1.05em rgba(0, 0, 0, 0.75);
  position: absolute;
  left: 20%;
  top: 15%;
  width: 20em;
  height: 5em; }
  .div1 p {
    color: limegreen;
    text-shadow: 0px 0px 2px wheat;
    font-family: monospace; }

.div2 {
  background: darkolivegreen;
  border-radius: 1em;
  box-shadow: -0.35em -0.35em 1.05em #000, -0.35em -0.35em 1.05em #000, 0.35em 0.35em 1.05em rgba(255, 255, 255, 0.4), inset 0em 0em 1.05em rgba(0, 0, 0, 0.75);
  position: absolute;
  left: 60%;
  top: 50%;
  width: 10em;
  height: 13em; }
