body {
    align-items: center;
    justify-content: center;
}

.main {
    /* Frame 2 */

/* Auto layout */
display: flex;
flex-direction: column;
align-items: center;
padding: 10px;
gap: 10px;

position: relative;
width: 705px;
height: 558px;

background: #B5B5B5;
border-radius: 15px;
}

.test {
    /* Frame 1 */

/* Auto layout */
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 0px;
gap: 10px;

width: 685px;
height: 149px;

background: #FFFFFF;

/* Inside auto layout */
flex: none;
order: 0;
align-self: stretch;
flex-grow: 0;
border-radius: 15px;
}

.dow {
    padding: 10px;
    background-color: darkgray;
    border-radius: 15px;
    text-decoration: none;
    color: white;
}

img {
width: 137px;
height: 126px;

/* Inside auto layout */
flex: none;
flex-grow: 0;

}
