body {
  background-image: url(https://happyholidays98.neocities.org/about%20page/backstar.gif);
}

#main1 {
  height:100%;
  width:100%;
  color:white;
  font-size:50px;
  padding:80px;

}

#sidebar {
  background-color: white;
  width:150px;
  height:auto;
  float:left;
  color:black;
  box-shadow: 0 0 20px 20px #FFED35, 0 0 20px white inset;
  border-radius:25px;
}

#backgif {
  height:100px;
  width:auto;
  float:inherit;
  padding-top:10px;
}


#sidegifs {
  width:110px;
  height:400px;
  float:left;
  padding-left:40px;
  
}

#aboutpage {
  width:100%;
  height:auto;
  background-color:black;
  float:left;
  font-size:15px;
  font-family:"Comic Sans MS", sans-serif;
  padding:30px;
  border-radius:20px;
  background: -webkit-linear-gradient(#FF6C35, #FF3591);
  box-shadow: 0 0 30px #FF5F70 inset, 0 0 5px #FFEA35 inset, 0 0 20px #FFE25F;

}

#backbutton {
  width:auto;
  height:auto;
  float:left;
  padding-right:50px;
  padding-top:20px;
}