.tengah {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  	margin-top: 20px;
	background-color: azure;
}

.avatar {
	width: 200px;
	height: 200px;
	box-sizing: border-box;
	border: 10px white solid;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
	transform: translatey(0px);
	animation: float 5s ease-in-out infinite;
	img { width: 100%; height: auto; }
}

.tengahKs {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  	margin-top: 20px;
	background-color: white;
}

.kepalasekolah {
	width: 300px;
	height: 300px;
	box-sizing: border-box;
	border: 5px #F3E06C solid;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
	transform: translatey(0px);
	animation: float 5s ease-in-out infinite;
	img { width: 100%; height: auto; }
}

#tree{
	width:100%;
	height:100%;
	font-family: "Fira Sans", serif;
	}