* {
  text-align: center;
}

body {
  text-align: center;
}

body {
  margin: auto;
  width: 640px;
  padding: 50px;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 26px;
  color: #FFFFFF;
  background-image: url('images/sky.jpeg');
  background-size: auto;
  background-repeat: no-repeat;
 }
