
html,body{
	margin: 0;
	padding: 0;
	align-content: center;
	vertical-align: center;
	color: white;
	font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
}

.centered {
  background-image: url(../assets/bg.jpg);
  background-position: center top;
	background-repeat: no-repeat;
  background-size:  75% auto;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  align-content: center;
  vertical-align: center;
}

.inside{
  width: 100%;
  display: inline-block;
  text-align: center;
  color: white;
}
