/* style sheet for the mandelbrot page */


.myflex {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  
  padding: 0;
  margin: 0;
  list-style: none;
  
  margin: 0; 
  background: #F0FFE0;
}

.flex-item {
  background: #DEFFB7;
  padding: 5px;
/*width: 500px;*/

  margin-top: 10px;

  text-align: left;
}

.myborder {
	  border: 1px solid gray;
  border-collapse: collapse;
}