.picture {
  grid-column: 1;
}
#ele {
  width: 260px;
  padding: 1em;
  float: left;
}
#welcome {
  grid-column: 2;
}
