body {
  position: relative;
}

#search-section {
  min-height: 50vh;
  background-image: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url(rickAndMorty.jpg);
  color: white;
  text-align: center;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

#search-section p {
  font-size: 20px;
}

#search-section p, #word-search-form {
  max-width: 500px;
}

#results-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* margin: 0 15%; */
}

#no-word-found {
  text-align: center;
}

footer {
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 33px;
  padding: 5px 0;
  background-color: rgb(35, 27, 28);
  color: white;
}

/* Typography */
h1 {
  font-family: 'Calistoga', sans-serif;
}

#characters{
  list-style-type: none;
}

button{
  scale: 1.5;
}

input{
  max-width: 500px;
}

.full{
  height: 100vh;
}
.init{
  display: none !important;
}

.card{
  padding: 0;
}

