body {
  margin: 0;
  padding: 0;

  font-family: Arial, Helvetica, sans-serif;
  background-image: url(https://images.pexels.com/photos/963060/pexels-photo-963060.jpeg?_gl=1*1o22n9h*_ga*MTA3MjQ1NzQyMC4xNzQ3MTUyMzg4*_ga_8JE65Q40S6*czE3NTIyMjcxMTAkbzQwJGcxJHQxNzUyMjI5NjY5JGo1OSRsMCRoMA..);
}

.nave-list {
  display: flex;

  justify-content: end;
  text-align: end;
  align-items: end;
}
ul li {
  list-style: none;
  margin: 10px;
  text-transform: capitalize;
}
.latter {
  width: 200px;
  margin: 50px;
  margin-top: 10%;
  margin-left: 20%;
  color: white;
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.btn {
  margin-left: 17%;

  width: 200px;
  color: white;
  padding: 4px;
  border-radius: 8px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 20px;
}
button {
  background-color: black;
}
p {
  margin-left: 19%;
  color: white;
}
span {
  text-transform: capitalize;
}
