body {
	margin: 0;
	padding: 0;
	width: 100%;
}
h1 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	color: red;
	background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%);
	display: block;
	font-size: 36px;
	line-height: 60px;
	height: 60px;
}

.denerys {
	margin: 10px;
	display: flex;
	justify-content: space-between;
	flex-flow: column wrap;
}

.denerys > .side {
	flex: 1 2 50%;
}

.txtarea {
	width: 100%;
	height: 400px;
}
