#perent{display: flex; }

#aa{border: 2px solid rgba(119, 118, 118, 0.664);
    height: 2000px ; 
    width: 20%;
     }

    #bb{border: 2px solid rgb(119, 118, 118, 0.664);
        height: 100% ;
        width: 80%;
        display: grid; grid-template-columns: repeat(3,auto); }
 .bold{font-weight: bold;}
      
 #center{text-align: center;}
 #color{color: rgb(4, 0, 255);}
 

 .small img{ height: 20px;}
 .box{margin: 10px;
    height: 450px; width: 275px; 
    background-color: rgba(240, 240, 240, 0.952); padding: 20px; border-radius: 10px;}

  .images{text-align: center; 
    padding: 10px;}  
  .blue{color: rgb(0, 0, 255);}
  .fontsize{font-size: 10px; color: rgba(34, 33, 33, 0.651);}
  .prize{font-size: 30px;}
  button{background-color: brown; border: none; color: white;}

  .underline{text-decoration: line-through; font-size: 20px; color:rgb(119, 118, 118, 0.664) ;}

  .off{font-size: 20px;}
  #ccc{background-color: blue; color: white;}
