body {
display: grid;
grid-template-areas: 
"input input input"
"stringinfo charinfo substringinfo";
}