* {
  font-family: "Merriweather Sans", sans-serif;
}

header {
  background-color: #0026c5;
}

body {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-image: url(./images/mangapanels.jpeg);
}

h1 {
  font-family: "Luckiest Guy", cursive;
  text-align: center;
  font-size: 100px !important;
  justify-content: center;
  color: white;
  padding-top: 30px;
  text-shadow: 5px 5px 5px black;
}

li {
  color: white;
}

input {
  border-radius: 17px !important;
  border: 1px solid black !important;
  height: 2rem !important;
  box-shadow: 10px 10px 5px black;
}

input::placeholder {
  padding-left: 10px;
}

.cards {
  margin-top: 50px;
  margin-bottom: 50px;
}

.poster {
  height: 35vh;
  box-shadow: 5px 5px 15px black;
}

.poster:hover {
  box-shadow: 5px 5px 5px black;
  transition: all 0.3s ease-in-out;
}

#card-container {
  background-color: white;
  padding-top: 20px;
  /* padding-left: 25rem; */
  position: flex;
  align-items: center;
  box-shadow: 5px 5px 15px black;
}

#searchbar {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

#search-bar-input {
  width: 300px;
  height: 20px;
  padding-left: 15px;
  background-color: white;
}

#search-bar-input:hover {
  box-shadow: 5px 5px 15px black;
  transition: all 0.3s ease-in-out;
}

#search-button {
  height: 30px;
  margin-left: 10px;
}

#search-button:hover {
  box-shadow: 5px 5px 15px black;
  transition: all 0.3s ease-in-out;
}
