/* Styles for mobile devices */

@media screen and (max-width: 480px) {
	body {
        font-size: 1.3em;
    }
}
