body{
    background-color: black;
    color: rgba(255,255,255,0.8);
}

#landing{
    height: 80vh;
    background-image: url('image/fond.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: -1;
}

#mainText{
    margin-top: 30vh;
}

#intro{
    margin-top: 50px;
}

#work{
    background-color: rgb(61,61,61);
}

#p1{
    height: 350px;
}
