html {
    background-color: black;
    
}
.profile-pic {
  width: 200px;
}
header,
.section {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  line-height: 130%;
}
.page-title {
  font-family: "impact";
  font-size: 50px;
  text-align: center;
  text-shadow: 5px 5px 5px rgba(0,0,0,0.5);
}
.page-header {
  background-color: #DDC807;
  font-family: "Verdana";
  color: white;
  font-size: 22px;
  font-weight: bold;
  text-align: center;}
  
  .page {
    color:white;
    Font-family: "Verdana";
    text-align:center;
    font-size: 14px;
  }
  .page2 {
    color:white;
    Font-family: "Verdana";
    text-align:left;
    font-size: 14px;
  }
html {
    background-image: url('http://images7.alphacoders.com/326/326964.png');
    background-size: cover;
    background-attachment: fixed;
}

    