@font-face {
	font-family: "Inter Alia";
	src: url("InterAlia-Regular.woff2") format("woff2");
}

textarea {
	width: 100%;
	height: 200px;
}
#shaw {
	font-family: "Inter Alia";
}
.wrapper div {
	float: left;
	width: 100%;
}
.wrapper:after {
	content: "";
	display: block;
	clear: both;
}
#error {
	color: #f00;
}

@media screen and (min-width: 768px) {
	textarea {
		width: 320px;
	}
	.wrapper div {
		width: auto;
	}
}