.photo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 600px;
    gap: 100px;
}   

body {
    padding: 200px;
}
