@charset "ISO-8859-1";

/* media queries 
   TV: 800 600 px 
   android phone: 414 x 896 
   pad: 2048 x 2732
   desktop: 1024 x 768
   */

@media screen and (max-width:700px) {

}

@supports (display: grid) {
}
body {
	display: grid;
	grid-gap: 1em;
	grid-template-columns: auto 1fr auto;
	min-height: 100vh;
	margin:2px auto;]
	justify-content: center;
}
body, Play-audio {
	display: flex;
 	justify-content: center;
	
}
body, Push-calendar {
	display: flex;
	justify-content: center;
}