.onegrid {
    display: grid;
    align-items : center;
    grid-column-gap: 10px;
    text-align: center;
}

.aboutdiv {
    background-color: yellowgreen;
    display: flex;
    flex-direction: column;
    justify-items: center;
    margin-bottom: 5px;
    text-align: center;
    border-radius: 20px;
}

.aboutimg {
    border-radius : 20px;
    height : 100%;
}
