.main-img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .main-img,
  #reviews {
    width: 95%;
    margin: auto;
  }
}
#reviews {
  margin-top: 50px;
}

.review {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}

.com-text {
  width: 85%;
  padding-left: 15px;
  font-size: smaller;
}

.review > a > img {
  height: 50px;
  width: 50px;
}

.user-name {
  text-decoration: none;
  font-size: medium;
  font-weight: 600;
  color: rgb(58, 58, 191);
}

#sharing-btns {
  width: max-content;
  margin: auto;
  margin-bottom: 5px;
  display: flex;

  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.face-share {
  padding: 5px 10px;
  text-decoration: none;
  font-size: 24px;
  cursor: pointer;
}

footer {
  text-align: center;
}

a {
  cursor: pointer;
}

/*! CSS Used from: Embedded ; media=all */
@media all {
  .fa.fa-eye {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
  }
  .fa.fa-calendar:before {
    content: "\f073";
  }
}
/*! CSS Used from: Embedded ; media=all */
@media all {
  .fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
  }
  .fa,
  .fa-brands,
  .fa-solid {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
  }
  .fa-solid {
    font-family: "Font Awesome 6 Free";
  }
  .fa-brands {
    font-family: "Font Awesome 6 Brands";
  }
  .fa-eye:before {
    content: "\f06e";
  }
  .fa-up-right-from-square:before {
    content: "\f35d";
  }
  .fa-calendar:before {
    content: "\f133";
  }
  .fa-brands {
    font-weight: 400;
  }
  .fa-twitter-square:before {
    content: "\f081";
  }
  .fa-facebook-square:before {
    content: "\f082";
  }
  .fa-solid {
    font-weight: 900;
  }
}
/*! CSS Used from: https://unpkg.com/tailwindcss@%5E1.0/dist/tailwind.min.css */
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
a {
  background-color: transparent;
}
b {
  font-weight: bolder;
}
img {
  border-style: none;
}
h1,
h3,
p {
  margin: 0;
}
*,
::after,
::before {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e2e8f0;
}
img {
  border-style: solid;
}
h1,
h3 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
img {
  display: block;
  vertical-align: middle;
}
img {
  max-width: 100%;
  height: auto;
}
.bg-white {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}
.bg-gray-100 {
  --bg-opacity: 1;
  background-color: #f7fafc;
  background-color: rgba(247, 250, 252, var(--bg-opacity));
}
.bg-blue-400 {
  --bg-opacity: 1;
  background-color: #63b3ed;
  background-color: rgba(99, 179, 237, var(--bg-opacity));
}
.bg-blue-600 {
  --bg-opacity: 1;
  background-color: #3182ce;
  background-color: rgba(49, 130, 206, var(--bg-opacity));
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.flex {
  display: flex;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.font-thin {
  font-weight: 200;
}
.font-light {
  font-weight: 300;
}
.font-semibold {
  font-weight: 600;
}
.h-8 {
  height: 2rem;
}
.h-px {
  height: 1px;
}
.text-xs {
  font-size: 0.75rem;
}
.text-base {
  font-size: 1rem;
}
.text-lg {
  font-size: 1.125rem;
}
.text-3xl {
  font-size: 1.875rem;
}
.leading-none {
  line-height: 1;
}
.leading-snug {
  line-height: 1.375;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.max-w-screen-md {
  max-width: 768px;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.p-5 {
  padding: 1.25rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-black {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}
.text-white {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}
.text-gray-600 {
  --text-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--text-opacity));
}
.text-gray-900 {
  --text-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--text-opacity));
}
.text-blue-600 {
  --text-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--text-opacity));
}
.text-blue-700 {
  --text-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--text-opacity));
}
.underline {
  text-decoration: underline;
}
.w-8 {
  width: 2rem;
}
.w-full {
  width: 100%;
}
@media (min-width: 640px) {
  .sm\:font-semibold {
    font-weight: 600;
  }
  .sm\:text-sm {
    font-size: 0.875rem;
  }
  .sm\:text-2xl {
    font-size: 1.5rem;
  }
  .sm\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
}
@media (min-width: 768px) {
  .md\:text-base {
    font-size: 1rem;
  }
  .md\:text-5xl {
    font-size: 3rem;
  }
}
@media (min-width: 1280px) {
  .xl\:text-xl {
    font-size: 1.25rem;
  }
}
/*! CSS Used from: https://healthy-guru.com/tinn/sono/11/style.css */
.main-img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .main-img,
  #reviews {
    width: 95%;
    margin: auto;
  }
}
#reviews {
  margin-top: 50px;
}
.review {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}
.com-text {
  width: 85%;
  padding-left: 15px;
  font-size: smaller;
}
.review > a > img {
  height: 50px;
  width: 50px;
}
.user-name {
  text-decoration: none;
  font-size: medium;
  font-weight: 600;
  color: rgb(58, 58, 191);
}
#sharing-btns {
  width: max-content;
  margin: auto;
  margin-bottom: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.face-share {
  padding: 5px 10px;
  text-decoration: none;
  font-size: 24px;
  cursor: pointer;
}
footer {
  text-align: center;
}
a {
  cursor: pointer;
}
/*! CSS Used fontfaces */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://ka-f.fontawesome.com/releases/v6.4.0/webfonts/free-fa-regular-400.woff2)
      format("woff2"),
    url(https://ka-f.fontawesome.com/releases/v6.4.0/webfonts/free-fa-regular-400.ttf)
      format("truetype");
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://ka-f.fontawesome.com/releases/v6.4.0/webfonts/free-fa-solid-900.woff2)
      format("woff2"),
    url(https://ka-f.fontawesome.com/releases/v6.4.0/webfonts/free-fa-solid-900.ttf)
      format("truetype");
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://ka-f.fontawesome.com/releases/v6.4.0/webfonts/free-fa-brands-400.woff2)
      format("woff2"),
    url(https://ka-f.fontawesome.com/releases/v6.4.0/webfonts/free-fa-brands-400.ttf)
      format("truetype");
}
