@import url('https://fonts.googleapis.com/css2?family=Hind:wght@500&display=swap');

h1,select, option, div{
	font-family: "Hind", sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: black;
	text-decoration: none;
}
input{
	font-family: "Hind", sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: black;
	text-decoration: none;
}
.flexbox{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
}
.name{
	font-size: 14px;
}
.email{
	font-size: 14px;
}
.note{
	font-size: 14px;
}
.verbessern{
	font-size: 14px;
}
textarea{
  	width: 50%;
	font-size: 14px;
  	text-align: left;
}
.buttons{
	font-size: 14px;
}