body {
  background: #ffd6da;
}

#abacate img {
  width: 30%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.botao {
  margin: 1rem;
}

.texto {
  font-weight: 400;
}

.texto-nutricao {
  font-size: 0.8rem;
  color: #333;
}

#title {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
  color: #444;
  margin: 0.5rem auto 0.5 auto;
}

.link {
  width: 100%;
  padding: 1rem;
  border-radius: 15px;
}

#instagram a {
  position: absolute;
  bottom: 1.5rem;
  left: 2rem;
  font-weight: 600;
  color: #333;
}

#instagram a:hover {
  text-decoration: none;
  color: #777;
}


#perfil img {
  width: 8rem;
  height: 9rem;
  border-radius: 50%;
  margin: 0.5rem auto 1rem auto;
  border: 4px solid #dedede;
  object-fit: cover;
}

@media (min-width: 860px) {
  #abacate img {
    width: 20%;
  }
}
