body {
  font-family: 'Manrope', sans-serif;
}

img {
  float: left;
  margin-right: 30px;
}

.main-image {
  width: 300px;
  height: 300px;
}



h1 {
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.3;
  margin-bottom: 20px;
  color: hsl(217, 19%, 35%);
}

h6 {
  color: hsl(214, 17%, 51%);
  font-size: 13px;
  font-weight: 700;
}

p {
  color: hsl(214, 17%, 51%);
  font-size: 13px;
  margin-bottom: 25px;
  text-align: justify;
}

.component {
  padding: 30px;
  background-color: hsl(210, 46%, 95%);
}



.avatar-photo {
  border-radius: 100%;
  width: 45px;
  float: left;
}

.date {
  color: hsl(212, 23%, 69%);
  margin-top: 10px;
}

/* - Very Dark Grayish Blue: hsl(217, 19%, 35%)
- Desaturated Dark Blue: hsl(214, 17%, 51%)
- Grayish Blue: hsl(212, 23%, 69%)
- Light Grayish Blue: hsl(210, 46%, 95%) */

.inactive-button {
  border-radius: 100%;
  border-style: none;
  color: hsl(214, 17%, 51%);
  background-color: hsl(210, 46%, 95%);
  text-align: right;
  padding: 4px;
}

.active-button {
  border-radius: 100%;
  border-style: none;
  color: hsl(210, 46%, 95%);
  background-color: hsl(217, 19%, 35%);
  text-align: right;
  padding: 4px;
}

.container {
  height: 300px;
  padding: 30px;
  margin-bottom: 30px;
  background-color: white;
}

.attribution { font-size: 11px; text-align: center; }
.attribution a { color: hsl(228, 45%, 44%); }

.share-row {
  background-color: hsl(217, 19%, 35%);
  color: hsl(210, 46%, 95%);
  border-style: none;
  border-radius: 10px;
  height: 50px;
  width: 200px;
  padding-left: 20px;
  padding-top: 10px;
  position: absolute;
  right: 20px;
  top: 160px;
}

.share-row svg {
  margin: 5px;
}
.share-row p {
  letter-spacing: 3px;
  display: inline;
}
.triangle {
  position: relative;
  top: 0px;
  left: 60px;
}
@media (max-width: 700px) {
  .main-image {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: 250px;
    object-position:center;
    object-fit: cover;
  }

  .container {
    padding-top: 40px;
    padding-left: 10%;
    padding-right: 10%;
    width: 90%;
  }

  h1 {
    text-align: justify;
    font-size: 1rem;
  }

  p {
    text-align: left;
  }

  .share-row {
    background-color: hsl(217, 19%, 35%);
    color: hsl(210, 46%, 95%);
    border-style: none;
    border-radius: 0 0 10px 10px;
    right: 10%;
    left: 10%;
    width: 80%;
    padding-top: 10px;
    position: static;
  }

  .share-row p {
    display: inline;
  }
  .share-row svg {
    margin: 5px 10px;
  }
  .shr {
    border-radius: 100%;
    background-color: hsl(212, 23%, 69%);
    color: hsl(210, 46%, 95%);
    font-size: 5rem;
    height: 25px;
    width: 25px;
    padding: 5px;
    margin-left: 100px !important;
  }

  .attribution {
    visibility: hidden;
  }
}
