body, html {
	height: 100%;
	margin: 0;
	font-family: 'Roboto', sans-serif;
}

.bg-img{
	/* The image used */
  background-image: url("../image/bg_cresent.jpg");
  height: 100%; 
  background-size: cover;
}
.bg-text {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
  color: white;
  /*font-weight: bold;*/
  border: 1px solid #f1f1f1;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 90%;
  padding: 20px;
  text-align: center;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #190b02;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #111;
}
#generate {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 20px 42px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
}

#generate:hover {
  background-color: #0aa; /* Green */
  color: white;

}

p{
  color: white;
}

.box{

  /*padding: 20px;*/
  color: white;
  border : 1px solid white;
  width: 240px;
  height: auto;
}