
.img{
  width: 100%;
    min-height: 100vh;

    align-items: center;
  background: url('imag/backgraound.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  text-align: center;
  justify-content: center;

}
