html{
  background: #000;
  color: #e2dcdc;
  text-shadow: 1px 1px #000;
}

body {
  padding-top: 3em;
  width: 80vw;
  margin: auto;
}

h1 {
  color: #fff; 
  text-align: center;
}

h2 {
  border-top: 1px solid #e2dcdc;
}

.nav {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  width: 100vw;
  text-align: center;
  border-bottom: 4px double #74654c;
}

.sec {
  background: #413e3e;
}