* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #0d192b;
  font-family: "Outfit", sans-serif;
}

.card {
  width: 270px;
  margin: 100px auto;
  border: 1px;
  border-radius: 10px;
  background-color: #14253d;
  box-shadow: 0 8px 32px 0;
  padding: 15px 15px;
}

.card-image {
  width: 100%;
  border: 1px;
  border-radius: 10px;
  margin-bottom: 20px;
  transition: 5s;
}

.card-header {
  color: white;
  margin-bottom: 20px;
}

.card-paragraph {
  color: #8bacda;
  margin-bottom: 30px;
}

.value-time {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid;
  border-color: #303f57;
  padding-bottom: 15px;
  margin-bottom: 20px;
  color: white;
  position: relative;
}

.value {
  position: absolute;
  left: 7%;
}

.icon-clock {
  position: absolute;
  right: 20%;
}

.avatar-image {
  width: 20px;
}

.author {
  display: flex;
  justify-content: left;
  gap: 10px;
  color: #8bacda;
}

.author-name {
  color: white;
}
