	body {
		font-family: Tahoma;
	}

	h1 {
		font-size: 18px;
		text-align: center
	}

	.container {
		width: 500px;
		margin: 0 auto;
	}

	.input {
		width: 100%;
		height: 150px;
	}

	.output {
		margin-top: 30px;
	}

	.lat {
		color: green;
	}

	.cyr {
		color: red;
	}

	.norm {
		font-size: 16px;
	}

	@media screen and (max-width: 600px) {
		body {
			font-size: 1.5em;
		}

		h2 {
			font-size: 2.5em;
		}
	}