* {
	border: none;
	box-sizing: border-box;
	font-family: 'Roboto', 'Arial', serif;
	line-height: 1;
	margin: 0px;
	padding: 0px;
}

body {
	height: 100vh;
	width: 100vw;
}

.mb-ctn {
	align-content: center;
	align-items: center;
	background-color: #ffffff;
	display: flex;
	height: 100%;
	justify-content: center;
	padding: 0;
	position: relative;
	width: 100%;
}

.logo {
	height: auto;
	width: 100vw;
}

.cr {
	bottom: 10px;
	font-size: 12px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 2;
}

@media (min-width: 500px) {
	.logo {
		height: 500px;
		width: 500px;
	}
}