@charset "xxx";
.groot {
	font-size: 36px;
}
.swap {
	position: absolute;
	left: 100px;
	top: 100px;
}
.swap2 {
	position: absolute;
	left: 100px;
	top: 200px;
}
.swap3 {
	left: 100px;
	top: 300px;
	position: absolute;
}
.swap4 {
	position: absolute;
	left: 100px;
	top: 400px;
}
