.picture {
    padding: 100px;
    text-align: center;
    color: #FFFFFF;
    color: white;
    font-size: 30px;
}
.picture {
    background-image: url('./pexels-mick-haupt-5232958.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: auto;
    height: 800px;
} 