.intro {
display: flex;
flex-direction: column;
justify-content: center;
width: 100%;
height: 100vh;
background: url("../images/intro_wali.jpg") center no-repeat;
background-attachment: fixed, fixed;
-webkit-background-size: cover;
background-size: cover;
}