body {
  padding-top: 50px;
  background-color: #ffffff;
}

.fas {
  width: 20px;
}

#logo {
  width: 375px;
  height: 70px;
  margin-bottom: 35px;
}

.container {
  padding: 26px 60px;
  width: 600px;
  border-radius: 20px;
  height: auto;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#f7f7f7), to(white));
  background: linear-gradient(bottom, #f7f7f7 0%, white 100%);
  -webkit-box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.35);
}

.container h1 {
  margin-bottom: 26px;
}

.myicon {
  height: 28px;
  width: 28px;
  -webkit-transform: translate(0px, -3px);
          transform: translate(0px, -3px);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.promo {
  background-color: #ffa600;
  color: white;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-bottom: 14px;
}

.promo:hover {
  background-color: #f09c00;
  color: white;
}

.navbar svg {
  -webkit-transform: translate(0px, -3px);
          transform: translate(0px, -3px);
}

.navbar .mybutton {
  border: 1px solid #f00034;
  color: #f00034;
  background-color: white;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.navbar .mybutton:hover {
  background-color: #f00034;
  color: white;
}

.navbar button {
  margin-right: 8px;
}

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

a:hover {
  color: inherit;
}

.category-container {
  margin: 26px 46px;
}

.category-container a {
  text-decoration: none;
}

.category-container svg {
  float: right;
  -webkit-transform: translate(-8px, 5px);
          transform: translate(-8px, 5px);
}

.category {
  font-size: 22px;
  letter-spacing: 0px;
  margin-bottom: 18px;
  padding: 2px;
  text-align: left;
  padding-left: 16px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #09b4ce;
  border: #09b4ce 1px solid;
  border-radius: 8px;
}

.category i {
  margin-right: 12px;
}

.category span {
  font-size: 18px;
}

.category:hover {
  letter-spacing: 2px;
  background: #09b4ce;
  color: white;
}

.category:hover .myicon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #979797;
  margin: 1em 0;
  margin-bottom: 34px;
  padding: 0;
}

@media only screen and (max-width: 600px) {
  body {
    padding: 0;
  }
  .container {
    width: auto;
    padding: 26px 30px;
  }
  .navbar input {
    max-width: 200px;
    margin-right: 8px;
  }
  .category-container {
    margin: 26px 2px;
  }
  .category:hover {
    letter-spacing: 0px;
    color: #09b4ce;
    background-color: transparent;
  }
  .category:hover .myicon {
    -webkit-filter: none;
            filter: none;
  }
  #logo {
    width: 75%;
    height: auto;
    margin-bottom: 24px;
  }
}

@media (min-width: 600px) {
  .arrow {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */