body {
  background-color: #000000;
}
p { text-align: center }
 
.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 200px;
  font-size: 40px;
  color:#ffffff;
  background-color: #ffffff;
}
 
.main {
  padding-top: 300px;
  overflow: auto;
  font-size: 20px;
  color:#ffffff;
  background-color: #000000;
 }
a{		
		color: #ffffff;
}
 
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 80px;
  font-size: 30px;
  color:#ffffff;
  background-color: #ff1493;
  text-align: center
}