@import url(http://fonts.googleapis.com/earlyaccess/notosansmyanmarui.css);
h1{
	width:80%;
	margin:auto;
	text-align: center;
	font-family: sans-serif;
	font-size: 2em;
	cursor:pointer;
	padding-bottom: .2em;
	border-bottom: .1em solid blue;
	margin-bottom: .5em;
}
a{
	text-decoration: none;
	color:#CE3232;
}
div{
	width: 100%;
}
textarea{
	display: block;
	width: 100%;
	height:10em;
	font-size: 1.5em;
	resize: none;
	font-family: 'Noto Sans Myanmar UI','Noto Sans Myanmar', sans-serif !important;
}
@media screen and (min-width: 60em){
	div{
		width: 80%;
		margin:auto;
	}
	textarea{
		width: 48%;
		height:20em;
		font-size: 1.5em;
		resize: none;
		float:left;
	}
	#alienlan{
		float: right;
	}
}