body {
  font-size: 14px;
  font-family: sans-serif;
  background-color: #048BA8;
  color: #ffff;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

nav {
  width: 100%;
  color: #2E4057;
  display: block;
  background-color: #2E4057;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 0.8);
}

#title {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none; 
}

#title span {
  color: #F18F01;
}

#filters {
  display: flex;
  margin-top: 25px;
  margin-bottom: 15px;
  justify-content: space-evenly;
  text-align: center;
}

#homebrew_list {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  width: 100%;
}

#homebrew_list a {
  color: inherit;
  text-decoration: inherit;
}

.homebrew {
  width: 350px;
  background-color: #2E4057;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 5px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  box-shadow: 5px 5px 10px 2px rgb(0 0 0 / 0.8);
}

.homebrew .name {
  font-size: 24px;
  text-align: center;
}

.homebrew .icon {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.homebrew .icon img {
  width: 145px;
  height: 80px;
}

.homebrew .summary {
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
}

.homebrew .tags {
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center;
}

.homebrew .tag {
  text-align: center;
  background-color: #048BA8;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  padding-left: 7px;
  padding-right: 7px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}

#content {
  background-color: #2E4057;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  box-shadow: 5px 5px 10px 2px rgb(0 0 0 / 0.8);
  justify-content: center;
  text-align: center;
}

#screenshots {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  width: 100%;
}

#content a {
  color: inherit;
}

#content table {
  margin: auto;
  margin-bottom: 5px;
}

#content td {
  vertical-align: top;
}

#pagination {
  display: flex;
  justify-content: space-evenly;
}

#pagination div a {
  text-align: center;
}

#pagination div {
  text-align: center;
}

#github_link {
  text-align: center;
}

#result {
  border-style: solid;
}