body {
  background: #fff;
  color: #666666;
  font-family: "Montserrat", sans-serif;
}

a {
  color: #fff;
}

a:hover, a:active, a:focus {
  color: #2dca98;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

#main {
  width: 100%;
  height: 100vh;
  background: url("banner.png") top center; 
  background-size: cover;
  text-align: center;
  position: relative;
}

.logo {
	width: 200px;
	height: 200px;
	margin-top: 100px;
	margin-bottom: 40px;
}

.text1 {
	font-family: "Montserrat";
	font-size: 30px;
	margin-bottom: 40px;
}
