@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500&display=swap");
body {
  margin: 0;
  padding: 0;
  background-color: hsl(217, 54%, 11%);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Outfit", sans-serif;
  height: 100vh;
}

.card {
  background-color: hsl(216, 50%, 16%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 3.5rem 1.4rem;
  border-radius: 20px;
  max-width: 350px;
}

h2 {
  color: hsl(0, 0%, 100%);
  font-weight: 400;
}

p {
  color: hsl(215, 51%, 70%);
}

.main-img {
  width: 85%;
  border-radius: 10px;
  margin: 1.5rem 1.5rem 0 1.5rem;
}

.first-div {
  width: 85%;
  margin: 0;
}
.second-div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 85%;
  margin-top: 0;
}

.second-div-first-child {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.eth-icon {
  margin-right: 0.5rem;
}
.eth-p {
  font-size: 0.9em;
  color: hsl(178, 100%, 50%);
}

.second-div-second-child {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.clock-icon {
  margin-right: 0.4rem;
}
hr {
  width: 85%;
  border-color: hsl(215, 32%, 27%);
}

.avatar-image {
  height: 30px;
  width: 30px;
  border: 1px solid white;
  border-radius: 50%;
  margin-right: 1rem;
}

footer {
  display: flex;
  width: 85%;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
}

span {
  color: hsl(0, 0%, 100%);
}
