.div-main {
    width: 40vw;
    height: 50vh;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}