.base {
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
}
.class1 {
  height: 20%;
}
 
.class2 {
  display: flex;
  flex-direction: row;
  height: 80%;
}