* {
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
}

body {
  background-color: white;
  display: grid;
  min-height: 90vh;
  grid-template-rows: auto 1fr auto;
}

main {
  /*   max-width: 90%;
  text-align: center; */
  width: 100vw;
}

.search {
  margin-top: 40px;
}