body, html {
  height: 100%;
  margin: 0;
  padding: 0;
  background-image: url('https://dlw.co.nz/media/mode-v2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
}

div {
  display: flex;
  justify-content: center;
  padding-top: 8%;
}

img {
  width: 50%;
  opacity: 0.65;
}

p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
	line-height: 1.0;
  color: #444;
  text-align: center;
  margin-top: 30px;
}

a:link {
  color: #444;
  text-decoration: none;
}

a:hover {
	text-decoration: none;
	opacity: 0.8;
}
