.main_body
{
    display: grid;
    grid-template-columns: repeat(3, 30%);
    text-align: center;
    place-content: center;
}

@media only screen and (max-width: 780px)
{

}
