body {
  font-size: 20px;
  color: #0f0101;
  }

h1 {
  font-family: Georgia, 'Times New Roman', Times, serif; 
  color: rgb(23, 255, 89);
}

h2 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  color:rgb(118, 247, 247);  
}

h3 {
  font-family: Georgia; 
  color: #f84d4d;}
    
p {
  font-size: 16px; 
  font-family: 'Times New Roman', Times, serif;
} 

title {
  font-size: 70px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: pink;
}

#all_content {
  width:1000px;
  height: 2200px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgb(170, 172, 225);
} 

#banner {
  background-color: rgb(239, 255, 192);
  height: 92px;
  width: 100%;
}

#leftlinks {
  width: 150px;
  height: 2100px;
  float: left;
  background-color:rgb(193, 160, 200); 
}
#right_side_content {
  width: 840px;
  height: 2100px;
  float: left;
  background-color: rgb(208, 239, 210);

}
body {
  background-color: rgb(244, 233, 242);
}

.bb1 {
  width: 800px;
  height: 620px;
}

  