body {
	background-color: white;
}
@font-face {
  font-family: 'ComicSans'; 
  src: url('/fonts/COMIC.TTF') format('truetype'),
       url('/fonts/comici.ttf') format('truetype');
}

p,div { font-family: 'ComicSans';
	font-size: 40px;
	margin: 2px;
}
.container { 
	display: flex;
	justify-content: center;
	width: 100%;
}
.container img {
	width: 80%;
	height: auto;
}
       .comicpanels {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            width: 70%;
            text-align: center;
        }

        .comicpanels img {
            width: 45%;
            align-self: flex-start;
        }
.whitediv { background-color: white;
	    text-align: center;
	    margin: 5px;
}
p.smalltxt {
	font-size:20px;
}
p.title {
	text-align:center;
	text-decoration:underline 2px wavy;
}