body {
  background-color: white;
}

#main1 {
  height:auto;
  width: auto;
  padding-top:50px;
}

#main2 {
  background-color: black;
  height: auto;
  width: 80%;
  color:white;
  font-family: "Comic Sans MS", cursive, sans-serif;
  font-size:20px;
  border-radius:25px;
  box-shadow: 0 0 20px 20px black;
}

#linkheader {
  width:auto;
  height:auto;
  padding:30px;
}

#links {
  width: auto;
  height:auto;
  padding-top:50px;
}
  