@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html {
  font-family: 16px;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #434f7a;
}

.card_outer {
  background-color: #333f6b;
  border-radius: 0.7rem;
}

.card_inner {
  display: flex;
  flex-direction: column;
  width: 25rem;
  border-radius: 1rem;
  background-color: #fff;
  font-family: "Poppins", sans-serif;
  margin: 1.7rem;
  padding: 2.54rem 2.54rem 2.1rem 2.5rem;
  color: #132152;
}

.date_time {
  font-size: 0.8rem;
  margin: 0;
  color: #4c577f;
}

.text {
  margin-top: 0.81rem;
  font-weight: 600;
  line-height: 1.4;
}

.location {
  display: flex;
  align-items: center;
  margin-bottom: 1.95rem;
}

.bottom {
  display: flex;
  justify-content: space-between;
}

.icon svg {
  width: 1.4rem;
  height: 1.4rem;
}

.address {
  font-weight: 600;
  font-size: 0.8rem;
  margin: 0 0 0 0.3rem;
}

.avatars {
  display: flex;
  margin-left: 0.31rem;
}

.avatars img {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  margin: 0.25rem -0.15rem;
  outline: 0.15rem solid #fff;
}

.number {
  display: flex;
  align-items: center;
  margin-left: 0.625rem;
  font-size: 0.7rem;
  font-weight: 500;
  color: #4c577f;
}

.btn {
  background-color: #132152;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 0.7rem;
  padding: 0.7rem 1.7rem;
  border: 1px solid;
  border-radius: 0.3rem;
}
