body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}

button {
	border: 1px solid green;
	/*padding: 10px;*/
	width:100%;
	padding:5px;
	cursor: pointer;
	/*font-size: 12px;*/
	border-radius: 10px;
	/*margin-top:10px;*/
	/*margin-bottom:10px;*/
	/*margin: 15px;*/
}

textarea {
	width: 90%;
	height: 60px;
	font-size: 1em;
	padding: 5px;
	/*margin: 10px;*/
	border: 1px solid red;
	background-color: whitesmoke;
	border-radius: 20px;
}

input {
	border:1px solid red;
	border-radius: 20px;
	padding:10px;
	width:90%;
	text-decoration: none;
	
	margin-top: 3px;
	margin-bottom: 5px;
}

option {
	width: 60%;
	height: 10%;
	font-size: 1vw;
}

select {
	width: 60%;
	height: 40px;
	font-size: 1.2vw;
	text-align: center;
	border-radius: 10px;
}

h1 {}

h2 {}

h3 {}

h4 {}

label {
	font-size: 0.7em;
}

@media (max-width: 768px) {
	.content {
		width:95%;
	}
	textarea,
	input,
	select,
	option {
		width: 95%;
		font-size: 1.2em;
	}



}