.screen-reader-text {
  font-size: 120%;
  width: 8em !important;
  display: inline-block;
  height: auto !important;
  color: #000;
  background-color: #fff;
}

.screen-reader-text:focus {
  outline: 2px solid red;
}

.wp-child-theme-paideia-theme main {
  min-height: 60vh;
  margin: 5rem auto 0;
}

@media screen and (max-width: 1279px) {
  .wp-child-theme-paideia-theme main {
    margin: 4rem auto 0;
  }
}