body {
  color: white;
  height: 100vw;
  background-image: url("/Images/bronze_back.png");
  text-align: left;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

h1 {
 font-variant: small-caps;
}

a {
  color: pink;
}

#backdrop {
 position: absolute;
 height: auto;
 width: 450px;
 padding: 10px;
 left: 16%;
 top: 8%;
 background: rgba(0,0,0,.6);
 border-radius: 25px;
}

#mr_bronze {
    position: absolute;
    top: 4%;
    right: 20%;
}

#mr_bronze img {
    height: suto;
    width: 40vw;
}

.nav {
  word-spacing: 20em;
  width: 25%;
  margin: auto;
  text-align: center;
  z-index: 3;
}

#cred {
 position: fixed;
 bottom: 8px;
 font-size: small;
}