.reveal h1 {
	font-size: 5rem;
}
.reveal h2 {
	font-size: 4rem;
}
.reveal h3 {
	font-size: 3rem;
}
.reveal p {
	font-size: 2rem;
}
.reveal li {
	font-size: 2rem;
}
.reveal .MathJax_Display {
	font-size: 2rem;
}
.reveal pre {
	font-size: 2rem;
}
.it {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.comment {
	color: #999999
}

img{
	transition: transform .2s;
	z-index: 10;
}
