*{
    box-sizing: border-box;
}

.container{
    width: 80%;
    margin: 0 auto;
    display:flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

 img {
    display: block;
    margin: auto;
    padding: 10px;
    width: 100%;
    border-radius: 20px;
}

.elemento{
flex-direction: column;
}
