/* Add in your custom CSS here and it will overwrite all default style in Made */

#logo {
	height: 104px;
}
body {
	cursor: pointer;
}
body > * {
	cursor: default;
}
