body {
    background-image: url("fon.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.all-pages {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 80vw;
    object-fit: cover;

}

.page{
    display: flex;
    width: 1000px;
    object-fit: cover;
}

.all-pages  img {
    max-width: 100px;
    height: auto;
}

