body {
  background-image: url("Lain1.jpeg");
  background-repeat: no-repeat;
  }
  
.list {
    display: flex;
    flex-direction: column;
    padding-left: 30%;
    padding-right: 30%;
}
.list li {

}
p, h1, a, ul {
  color: white;
  text-align: center;
  }