html{
    height: 100vh;
    line-height: 80px;
}
.mainbox .column:nth-child(2) .panel {
    position: relative;
    
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
    border-radius: 0.375rem;
  }
  .mainbox .column:nth-child(2) .panel h2 {
    line-height: 0.9375rem;
    color: #fff;
    text-align: center;
    font-size: 0.3rem;
  }
  .mainbox .column:nth-child(2) .panel a {
    text-decoration: none;
    color: #fff;
    font-size: 0.25rem;
  }
.mainbox .column {
    flex: 2;
    height: 80vh;
    /* background-color: #fff; */
  }
  .mainbox .column:nth-child(2) {
    flex: 5;
  }
  .column .panel{
    height: 80vh;
    background-color: aliceblue;
    
  }
  .content::-webkit-scrollbar {
    /* // margin-top: 50px; */
    width: 2px;
    /* // background-color: #02a6b5; */
    height: 5px;
}
  .content::-webkit-scrollbar-thumb {
    background-color: rgba(65, 158, 239,0.5);
    border-radius: 5px;
    width: 0px;
    height: 0px;
}
  .panel>.content{
    font-size: 22px;
    height: 80%;
    /* background-color: brown; */
    overflow-y: scroll;
    /* text-align: center; */
  }
  .panel>.content li{
    display: flex;
    height: 150px;
    border-radius: 15px;
    padding: 20px;
    margin: 20px;
    /* text-align: center; */
    /* background-color: rgba(59, 69, 141, 0.271); */

  }
  .info1{
    height: 90px;
    width: 90px;
  }
  .avt{
    height: 90px;
    width: 90px;
    border-radius: 15px;
  }
  .name{
    margin-top: 5px;
    text-align: center;
  }
  .intro{
    height: 90px;
    padding-left: 30px;
    align-self: center;
    overflow-y: scroll;
  }
  .intro::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
  .intro::-webkit-scrollbar-thumb {
  background-color: rgba(65, 158, 239, 0.5);
  border-radius: 5px;
  width: 0px;
  height: 0px;
}
  .info:hover{
    background-color: rgba(59, 69, 141, 0.371);
    cursor: pointer;
  }