body{
	direction: rtl;
}
.continer{
	display: grid;
	text-align: center;
	justify-content: center;
	align-items: center;
}
.list{
	min-width: 200px;
  border: 1px solid aqua;
  min-height: 55px;
  border-radius: 8px;
  max-width: 350px;
  max-height: 75px;
}
#write{
	width: 350px;
  height: 92px;
}