body{
    background-color: #222222;;
    display: flex;
    justify-content: center;
    align-items: center;
}

.picture--wrapper {
    display: flex;
    flex-direction: column;
    width: fit-content;
    height: 300px;
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10rem;
}