html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  /* background-image:url(../img/findex.jpg);*/
  background-size: cover;
  color: white;


}

.box {
  min-height: 100%;
  position: auto;
  padding-bottom: 0px;
  background: rgba(0, 0, 0, .8);
  box-sizing: border-box;
  box-shadow: 0 15px 25px rgba(0, 0, 0, .5);
  border-radius: 10px;
  font-family: ubuntu;
  text-align: justify;
  margin-bottom: 0px;
  margin-top: 0px;

}

.box h1 {
  margin: 100px 0 30px;
  padding-top: 30px;
  color: #fff;
  text-align: center;
  font-size: 60px;
}

.box p {
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  color: white;
  font-size: 20px;
}