.bg {
    background-color:rgb(0, 255, 157);
    display:grid;
    grid-template-columns: 3fr 10fr 3fr;
}



.textbody {
    color:rgb(0, 0, 0);
    grid-column: 2 / 3;
}

.textbody h1 {
    font-size: 3em;
    font-weight: 500;
    padding-bottom:3rem;
}

.textbody p {
    font-size:1.5em;
    font-weight: 400;
}

.textbody .s {
    font-size:1.2em;
    font-weight: 400;
}