/*
Theme Name: The Blocks Theme
Author: Luan Oliveira
Author URI: https://volcanicinternet.com
Description: My first responsive HTML5 theme
Version: 1.0
*/

* {
	box-sizing:border-box;
}

img {
	max-width:100%;
}