textarea{
	width: 100%;
	min-height: 250px;
	border: solid 2px #e7e7e7;
	padding: 10px;
	font-size: 16px;
	resize: vertical;
}
textarea:focus{
	outline: none;
}

.secim_alan{
	text-align: center;
}
.secim_alan button{
	font-family: 'Gilroy', sans-serif;
	padding: 9px 17px;
	font-weight: 600;
	font-size: 14px;
	background-color: #3a3632;
	color: #fff;
	border: unset;
	margin: 3px 1px;
	letter-spacing: 1px;
	cursor: pointer;
}

@media only screen and (max-width: 930px){

}