*, html, body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.parallax {
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100vh;
}