body,
html {
  height: 100%;
}

main {
  height: 100%;
}

main h1 {
  color: white;
  font-weight: 600;
  margin-left: 60px;
}

main h4 {
  color: white;
  font-weight: 100;
  margin-left: 60px;
}

.bg {
  background-image: url("../../index/images/bg_test.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
