body {
  margin: 0;
  padding: 0;
  background: #000000;
  font-family: 'Special Elite', cursive;
  font-weight: 400;
  font-size: 1em;
  background: url("cardboard-bgnd.png") no-repeat center center fixed;
  background-size: cover;
}
a {
  text-decoration: none;  
  color: black;
}
a:hover {
  text-decoration: none;
  color: gold;
}
#null {
  font-size: 4em;
  color: #EEEEEE;
  text-shadow:
    -2px 2px 8px #222222;
}
#privacy {
  font-size: 2em;
}
li {
  font-size: 1em;
  text-align: left;
}
#container {
}
#box1 {
  margin: auto;
  position: absolute;
  background: rgba(255,255,255,0.5);
  background-position: center;
  background-repeat: no-repeat;
  width: 800px;
  height: 400px;
  border: 3px solid black;
  top: 10%;
  left: 10%;
  right: 10%;
  border-radius: 25px;
  box-shadow: -10px 10px 10px rgba(0,0,0,0.5);
  text-align: center;
}
#werds {
  margin: auto;
  position: absolute;
  height: 80px;
  width: 300px;
  left: 20%;
  right: 20%;
  bottom: 10%;
  text-align: center;
  text-shadow: -4px 4px 4px grey;
  font-size: .5em;
}
#inwrapper {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 30px;
}
#in1 {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 80%;
}
#in3 {
  margin: 4;
  width: 200px;
}
#msg {
  color: red;
  text-shadow: -2px 2px 6px black;
}
#num {
  color: blue;
  text-shadow: -2px 2px 6px black;
}
