body {
  background: rgba(0,0,0, 0.9);
  color: white;
  font-family: monospace;
}

#bigpage{
  background-image: url(https://i.pinimg.com/1200x/14/c6/17/14c61722030eb41cd975ab49292dd4d3.jpg);
  width:730px;
  margin-left: 10vw;
  
  
  }

#welcome{
  position:fixed;
  top:0;
  left:0;
  z-index:999;
  width:100%;
  height:20px
  }

#content{
  align-items:center;
  justify-content:center;
  text-align:center;
  
  margin: 4vw;
  
  width:650px;
  
  padding-top:2vw;
  padding-bottom:4vw;
  }
  
.motto{
  width:300px;
  height:auto;
  background: rgba(130, 115, 82,0.8);
  
  padding-top: 2vw;
  padding-bottom: 2vw;
  }

#motto-picture{
  width:200px
  }  

#handy-dandy-links{
  width:200px
  }
  
  
.sidepages{
  background: rgba(130, 115, 82,0.8);
  width: 340px;
  
  float:right;
  margin-right:10vw;
  
  
  
  }
  
#aboutme{
  margin-left:5px;
  }
  
#futurebutton{
  
  }






