File size: 288 Bytes
5854154
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#left-column {
    padding: 1rem;
}

#right-column {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

#generated-image > img {
    border-radius: 12px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    height: auto;
}