.base {
  display: flex;
  flex-direction: row;
  width: 100vw;
  height: 100vh;
  margin: auto;
}
.class1 {
  width: 18%;
  min-width: 210px;
}
 
.class2 {
  width: 82%;
}

//* {
//    cursor: url('cursor.jpg'), auto;
//  }