body {
	transition: opacity .3s ease;
}
body:not(.loaded) {
	opacity: 0;
}