@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px !important;
  font-weight: 400;
  font-style: normal;
  background-color: hsl(47, 88%, 63%);
  color: hsl(0, 0%, 7%);
}

.bg-black, .bg-white {
    width: 350px;
    height: 480px;
    background-color: hsl(0, 0%, 7%);
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 15px;
}

.bg-white {
  background-color: white;
  left: -15px;
  top: -15px;
}

.bg-white .banner {
  width: 90%;
  margin: 15px auto;
  display: block;
  border-radius: 15px;
}

.bg-white .label {
  background-color: hsl(47, 88%, 63%);
  padding: 10px;
  width: 52px;
  margin-left: 15px;
  text-align: center;
  border-radius: 5px;
}

.bg-white .publish {
  margin: 15px 0 15px 15px;
}

.bg-white .heading {
  margin: 15px 0 15px 15px;
  font-weight: 800;
}

.bg-white .description {
  margin: 15px 0 15px 15px;
  color: hsl(0, 0%, 42%);
  line-height: 1.3;
  font-weight: 500;
}

.bg-white .author {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.bg-white .author img {
  width: 35px;
  height: 35px;
  margin-left: 15px;
  margin-right: 15px;
}

.bg-white .author .name {
  font-weight: 700;
}

.attribution {
  position: absolute;
  bottom: 10px;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
}
