.welcome-text {
  grid-column: 1 / -1;
  justify-self: center;
  font-size: 90%;
}

.to-my-text {
  grid-row: 2;
  grid-column: 1 / -1;
  justify-self: center;
}

.portfolio-text {
  grid-column: 1 / -1;
  grid-row: 3;

  justify-self: center;
  font-size: 90%;
}

@media (max-width: 26em) {
  .welcome-text {
    font-size: 62% !important;
  }

  .to-my-text {
    grid-row: 2;
    grid-column: 1 / -1;
    justify-self: center;
    font-size: 45% !important;
  }

  .portfolio-text {
    font-size: 62% !important;
  }
}
