body {
  background: url("../assets/images/stars.png")  repeat;
  min-height: 100vh;
  margin: 0;
}

.title{
  text-align: center;
  font-size: 50px;
  padding: 20px;
  color:white;
}

.text{
  text-align: center;
  font-size: 25px;
  color:white;
}

