

.container {
  position: relative;
}

.hero-image {
	font-family: Montserrat;
	text-align: center;
	position: relative;
	height: 900px;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 30px 20px;
	background-image: url(../image/underconstruction_background.png);
  background-color: black;
}

.logo {
  height: 20rem;
  padding: 10px;
}

.hero-text {
	text-align: center;
	color: white;
  top: 20%;
}

.button {
  margin: 20px;
}

body, html {
  background-color: black;
}

h1 {
	font-weight: 600;
}
