#main {
	padding: 15px;
}

h2 {
	padding: 3px;
}

textarea {
	width: 100%;
}

.noutext {
	min-width: 50%;
	margin: auto;
	height: 200px;
	line-height: 200px;
	border: 1px dashed gray;
	text-align: center;
	font-size: 2em;
	cursor: pointer;
}

.noutext:hover {
	background-color: rgb(236, 236, 236);
}

.modificat {
	text-align: center;
}

.grup {
	display: flex;
	justify-content: space-evenly;
}

form.delform form.textform {
	width: 48%;
}

input[type=submit] {
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

#main a {
	color: #2165AD;
	text-decoration: none;
}

#main a:hover {
	text-decoration: underline;
}
