body {
  background-color: hsl(217, 54%, 11%);
}

hr {
  border-color: hsl(215, 32%, 27%);
}

.card {
  background-color: hsl(216, 50%, 16%);
  margin: 5% auto 0 auto;
  padding: 1% 1%;
  height: 35rem;
  width: 19rem;
  border-radius: 1rem;
}

.profile {
  position: relative;
}

.profile-pic {
  /*background-image: url("images/image-equilibrium.jpg");
  background-size: 100% 100%;*/
  height: 60%;
  width: 100%;
  border-radius: 1rem;
  text-align: center;
}

.profile-pic:hover {
  opacity: 0.2;
}

.profile:hover {
  color: hsl(178, 100%, 50%);
}

.overlay {
  opacity: 0;
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.overlay:hover {
  opacity: 0.6;
  background-color: hsl(178, 100%, 50%);
  border-radius: 1rem;
  cursor: pointer;
}

.title {
  color: hsl(0, 0%, 100%);
  font-size: 18px;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
}

.title:hover {
  color: hsl(178, 100%, 50%);
  cursor: pointer;
}

.info {
  color: hsl(215, 51%, 70%);
  font-family: "Outfit", sans-serif;
  font-weight: 300;
}

.additional-left {
  color: hsl(178, 100%, 50%);
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  display: inline-block;
}

.ethereum {
  display: inline-block;
}

.additional-right {
  color: hsl(215, 51%, 70%);
  font-family: "Outfit", sans-serif;
  padding-left: 7rem;
  font-weight: 400;
  display: inline-block;
  text-align: right;
}

.time {
  color: hsl(215, 51%, 70%);
}

.author {
  display: flex;
  align-items: center;
}

.made-by {
  color: hsl(0, 0%, 100%);
  bottom: 10%;
  align-items: center;
  display: inline-block;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
}

.avatar {
  display: inline-block;
  padding-top: 5px;
  padding-right: 2px;
  margin-right: 5%;
}

.starting {
  color: hsl(215, 51%, 70%);
}

.ending:hover {
  color: hsl(178, 100%, 50%);
  cursor: pointer;
}

/*<img class="profile-pic" src="images/image-equilibrium.jpg">*/
