html {
  height: 100%;
  min-height: 100%;
  display: block;
}

body {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  background-color: #000000;
  background: url("groupaura.jpeg") center -200px no-repeat;
  background-size: cover;
  font-size: 12px;
  height: 100%;
  min-height: 100%;
  color: white;
  padding: 0;
  margin: 0;
  position: relative;
}

.container {
  background-color: rgba(0, 0, 0, 0.34);
  height: 100%;
  padding-left: 10%;
  position: relative;
}

h1 {
  margin: 0;
  line-height: 1;
  font-size: 5em;
  letter-spacing: -1px;
  padding-top: 30vh;
}

p {
  color: #DDD;
}

hr {
  height: 6px;
  background-color: white;
  width: 3em;
  margin-left: 0;
}

.powered {
  position: absolute;
  bottom: 1em;
  color: #BBB;
  font-size: 0.8em;
  text-align: center;
  width: 90%;
}

a {
  color: #CCC;
  text-decoration: none;
  transition: color 0.1s ease-in;
}
a:hover {
  color: white;
}

@media only screen and (max-width: 768px) {
body {  
   background: url("groupaura.jpeg") center 0px no-repeat;
   background-size: cover;
}
 

 }
