
.parallax {
    background-image: url("../img/honkong.jpg");
    height: 70vh;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
