/* CSS RESET */
*, ::before, ::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}
/* END CSS RESET */
/* HTML & BODY */
html {
  height: 100%;
}
body {
  min-height: 100%;
  background-color: #261100;
}
#mrai {
	height: 100vh;
	background: url("../images/homebg@2x.jpg") top center no-repeat;
	background-size: contain;
}