.base {
	display: flex;
	flex-direction: row;
	width: 100vw;
	height: 100vh;
}

.class1 {
	width: 20%;
}

.class2 {
	display: flex;
	flex-direction: column;
	width: 80%;
}
