html,
body {
  font-family: 'Source Sans Pro';
  margin: 0;
  max-width: 100%;
  width: 100%;
}

html {
  background: url(https://www.toptal.com/designers/subtlepatterns/patterns/pow-star.png);
}

h1,
h2
h3 {
  font-family: 'Sanchez';
}

.header h1 {
  margin-top: 15px;
}

.header a {
  color: #FD78B7;
  transition: all .1s;
}

.header a:hover {
  color: #FF98A7;
}

h1 {
  font-size: 36px;
  margin-bottom: 25px;
}

.header {
  font-size: 18px;
  text-align: center;
  margin: 0 auto;
}

#search {
  display: block;
  font-size: 18px;
  margin: 40px auto;
  padding: 10px;
  width: 80%;
}

.sites {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin-top: 40px;
  padding: 0;
  width: 100%;
}

.site {
  background: #FAFAFA;
  border: 1px solid #CCC;
  border-radius: 5px;
  margin: 0 5px 10px 5px;
  position: relative;
  width: 100%;
  transition: all .2s;
}

.site:hover {
  border: 1px solid #71FCE7;
}

@media (min-width: 450px) {
  .site {
    width: 35%;
  }
}

@media (min-width: 1024px) {
  .site {
    width: 20%;
  }
}

.site * {
  max-width: 100%;
}

.siteLogo {
  left: 5%;
  max-width: 90%;
  position: absolute;
  top: 0%;
}

.siteInfo {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 0 20px 5px 20px;
}

.siteTitle,
.siteAuthor {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.siteTitle {
  color: #FD78B7;
  margin-bottom: 0;
}

.siteAuthor {
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 3px;
}

.algoliaLogo {
  bottom: 30px;
  display: flex;
  justify-content: flex-end;
  margin-bottom: -30px;
  padding-right: 10.2%;
  position: relative;
}

.algoliaLogo img {
  height: 18px;
}
