body {

background-color: #FFF;

}


	font-face {
  font-family: 'opendyslexic';
	src: url('http://dyslexicfonts.com/fonts/OpenDyslexic-Regular.otf');
	color: black;
	font-style: normal;
	font-weight: normal;
	}
	font-face {
	font-family: 'opendyslexic';
	src: url('http://dyslexicfonts.com/fonts/OpenDyslexic-Bold.ttf');
	color:black;
	font-weight: bold;
	font-style: normal;
	}

	
	::selection {
/* Change highlight background color */
background: #fdbcda;
}

.Mama {
display: grid;
grid-gap: 10px;
grid-template-rows: repeat(8, 100px);
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

 