* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Roboto Condensed", sans-serif;
}

a {
  text-decoration: none;
  color: black;
}

ul {
  list-style-type: none;
}

h1 {
  text-align: center;
  margin: 18rem;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem;
}

header input,
header button {
  font-size: 1.3rem;
  padding: 0.8rem;
  border-radius: 0.6rem;
  border: 1px solid gray;
  margin: 0.1rem;
  -webkit-box-shadow: 0 2px 5px #ccc;
          box-shadow: 0 2px 5px #ccc;
}

header button {
  background-color: #f14e95;
  color: white;
  cursor: pointer;
}

header input {
  width: 22rem;
  background: #fff;
}

.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4rem;
}

.container {
  margin: 0.5rem;
  background-color: rgba(251, 231, 231, 0.5);
  border-radius: 0.8rem;
  -webkit-box-shadow: 0 2px 5px #ccc;
          box-shadow: 0 2px 5px #ccc;
}

.container div a {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.container div a img {
  width: 25vw;
  padding: 0.2rem;
  border-radius: 0.8rem;
}

.container .text {
  padding: 0.6rem;
}

.container .text h3 {
  color: #f498a8;
}

.container .text ul {
  margin: 0.4rem 0rem;
}

.container .text ul li {
  color: #3e3e3e;
}

.container div {
  padding: 0.5rem;
}

.container div span {
  background-color: rgba(241, 78, 149, 0.2);
  border-radius: 50%;
  border: 2px solid white;
  margin: 0.2rem;
}

footer {
  text-align: center;
  bottom: 0;
  width: 100%;
  height: 2.5rem;
  color: #606060;
}
/*# sourceMappingURL=style.css.map */