html{
  font-family: Times New Roman;
}
b{
  font-size: 22px;
}
#disclaimer{
  width: 100%;
  height: 100%;
  backdrop-filter: blur(20px);
  color: white;
  z-index: 1000;
  position: fixed;
}
#subbox{
  width: 500px;
  height: 370px;
  margin: auto;
  background-color: white;
  padding: 10px;
  color: black;
  margin-top: 300px;
}
button{
  width: 240px;
  height: 50px;
  box-sizing: border-box;
  background-color: #bed2fe;
  border: none;
  font-family: Times New Roman;
}
#btns{
    display: flex;  
  flex-wrap: wrap;
  gap: 20px;
}
#mainsect{
  width: 830px;
  height: 650px;
  margin: auto;
  display: flex;  
  flex-wrap: wrap;
  box-sizing: border-box;
  gap: 10px;
}
#left{
  width: 174px;
  height: 100%;
  background-color: white;
  border: white 2px solid;
  box-sizing: border-box;
}
#mid{
  width: 594px;
  height: 100%;
}
#right{
  width: 210px;
  height: 100%;
  background-color: white;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-start;
  border: white 2px solid;
  
}
#i{
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-position: center;
  position: relative;
    border: none;
}

#p{
  width: 105px;
  height: 105px;
  box-sizing: border-box;
  background-color: blue;
  position: relative;
}

#pi{
  width: 105px;
  height: 105px;
  object-fit: cover;
  position: relative;
}

#heading{
  width:100%;
  height: 20px;
  background-color: white;
  box-sizing: border-box;
  padding-left: 10px;
  margin: 0;
  position: relative;
}
.cat{
  width: 100%;
  height: auto;
  display: flex;  
  flex-wrap: wrap;
  background-color:;
}
#banner{
  width: 100%;
  height: 40px;
  background-color:;
}