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

body {
  font-family: 'Ubuntu', sans-serif;
  background-color: #200746ba;
  background: url("https://source.unsplash.com/1000x500/?html") center center no-repeat;
  background-size: cover;
  font-size: 15px;
  height: 100%;
  min-height: 100%;
  color: white;
  padding: 0;
  margin: 0;
  position: relative;
}

.container {
  background-color: #200746ba;
  height: 100%;
  padding: 0 10%;
  position: relative;
  overflow: overlay;
}

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

p {
  color: #FFFFFF;
}

hr {
  height: 6px;
  background-color: #ffeb00;
  border-color: transparent;
  width: 3em;
  margin-left: 0;
}

.powered-home {
  position: absolute;
  bottom: 3em;
  color: #ffeb00;
  font-size: 0.8em;
  text-align: center;
}

.powered {
  position: relative;
  bottom: 3em;
  color: #ffeb00;
  font-size: 0.8em;
  text-align: left;
}

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


@media only screen and (max-width:1200px) {
  h1 {
    font-size: 4em;
  }
  p {
    font-size: 1em;
  }
  hr {
    height: 6px;
    width: 3em;
  }
}

@media only screen and (max-width:992px) {
  h1 {
    font-size: 3em;
  }
  p {
    font-size: 0.9em;
  }
  hr {
    height: 6px;
    width: 3em;
  }
}

@media only screen and (max-width:768px) {
  h1 {
    font-size: 2em;
  }
  p {
    font-size: 0.8em;
  }
  hr {
    height: 6px;
    width: 3em;
  }
}

@media only screen and (max-width:576px) {
  h1 {
    font-size: 2em;
  }
  p {
    font-size: 0.8em;
  }
  hr {
    height: 6px;
    width: 3em;
  }
}