.myDiv {
  border: 5px outset darkblue;
  background-color: #DDDDFF;
  text-align: center;
  width: 98%;
}

.myTextarea{

	background-color : lightskyblue;
	color: white;
	width: 300px;
	
}

.menu{

	background-color: darkcyan;
	color: white;
	width: 98%;
	text-align: right;
	

}

.pic{
    
   
    background-color : lightskyblue;
    text-align: center;
   
}
