.heading {
  text-align: center;
  margin-bottom:1.125rem;
}


form {
  display: flex;
  justify-content: center;
  margin-bottom:2rem;
  font-size: 1.5rem;
  color: var(--red);
}

label {
  line-height: 1.45;
  color: black;
}

input[type=submit] {
  font-size: 2rem;
  line-height: 0;
}

.results {
  margin-bottom: 4rem;
}

.item {
  margin-bottom: 1.5rem;
}


.logo {
  grid-column: 6/8;
  display: flex;
  justify-content: center;
  padding-bottom:6rem;
}

.logo img {
  transform: translateX(23px);
}

@media screen and (max-width:800px) {
  input[type=search] {
    width:100%;
  }
  input[type=submit] {
    line-height: 1;
    padding: 0;
    width: 100%;
    text-align: right;
  }
  form {
    display: block;
  }
}
