body,html{
	height: 100%;
	width: 100%;
	margin: 0px;
	background-color: #526D82;
	font-family: sans-serif;
	scroll-behavior: smooth;
}
#ana{
	width: 100%;
	height: 100%;

}
#ust{
	width: 100%;
	height: 50px;
	float: left;
	background-color: #526D82;
}
#ustsag{
	width: 50px;
	height: 50px;
	float: right;
	

}
#ustsol{
	float: left;
	width: calc( 100% - 250px);
	height: 50px;
}
#ppalani{
	width: 48px;
	height: 48px;
	border: 1px solid black;
	float: left;
	border-radius: 25px;


}
img#mpp{
	width: 48px;
	height: 48px;
	border-radius: 25px;
}
#kadia{
	width: 200px;
	height: 25px;
	float: left;
	background-color: chartreuse;
}
#kadib{
	width: 200px;
	height: 25px;
	float: left;
	background-color: mediumaquamarine;
}
textarea {
  width: 99%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  font-size: 16px;
  resize: none;
}
span{
	cursor: pointer;
	padding-left: 5px;
}
a{
	text-decoration: none;
	color: white;
}
#yazicik{
	padding-left:3px;
	padding-bottom:5px;
	
}