body {
  font-family: "Roboto", Arial, sans-serif;
  margin: 2;
}

.flex-container {
  display: flex; 
  justify-content: center;
  align-items: center;
  gap: 0.2em;
}

.cinzel-decorative-regular {
  font-family: "Cinzel Decorative", serif;
  font-weight: 400;
  font-style: normal;
}
.cinzel-decorative-bold {
  font-family: "Cinzel Decorative", serif;
  font-weight: 700;
  font-style: normal;
}
.cinzel-decorative-black {
  font-family: "Cinzel Decorative", serif;
  font-weight: 900;
  font-style: normal;
}
.logo-n {
  font-size: 3rem;
  font-weight: bold;
}
.wrapper {
  width: 100%;
  max-width: 31.25rem;
  margin: 6rem auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* Tab */
.tab {
  background-color: #333;
  overflow: hidden;
}
.tab a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.tab a:hover {
  background-color: #ddd;
  color: black;
  cursor: pointer;
}
.tab a.active {
  background-color: f2f2f2;
  color: black;
}

/* Button Link */
.link {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  text-decoration: underline;
  color: blue;
}

.link:hover {
  text-decoration: underline;
  color: purple;
}

/* Pagination */

.pagination {
  display: flex;
  align-items: center;
}

.arrow {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.page-number {
  margin: 0 10px;
  font-size: 18px;
}


#result {
  margin-left: 15rem;
  margin-right: 15rem;
}
.label {
  font-size: 0.625rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: +1.3px;
  margin-bottom: 1rem;
}
.searchBar {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#searchQuery {
  width: 100%;
  height: 2.8rem;
  background: #f5f5f5;
  outline: none;
  border: none;
  border-radius: 1.625rem;
  padding: 0 3.5rem 0 1.5rem;
  font-size: 1rem;
}

#searchButton {
  width: 3.5rem;
  height: 2.8rem;
  margin-left: -3.5rem;
  background: none;
  border: none;
  outline: none;
}

#searchButton:hover {
  cursor: pointer;
}
