/*
Theme Name: MNK Manutenzione
Theme URI: https://monkey-theatre.com
Author: Monkey Theatre Studio
Author URI: https://monkey-theatre.com
Description: Pagina di manutenzione Monkey Theatre Studio.
Version: 1.0.0
Text Domain: mnklang
*/

*, *::before, *::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background: #141414;
}

.mnk-manutenzione {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mnk-manutenzione img {
	max-width: 320px;
	width: 80%;
	height: auto;
}
