
.bg-image{
width: 100%;
height: 100vh;
background-image: url(images/hero-bg.jpg);
background-position: center;
background-attachment: fixed ;
}
h1{
    font-size: 45px;
}
p{
    color: grey;
}