*{
     font-family: "Figtree", sans-serif;
}
main {

    background-color:  hsl(47, 88%, 63%);
    height: 100vh;
    display: flex;
    justify-content: center;
  align-items: center;
}
body {
    margin: 0px;
}
.blogg {
    background-color: white;
    height: 450px;
    width: 350px;
    padding: 20px;
    border-radius: 15px;
     border: 2px solid black;
       box-shadow: 8px 8px 0px black;
}
.blogg h2 {
    background-color: hsl(47, 88%, 63%);
    display: flex;
  width: 70px;
padding: 5px;
  justify-content: center;
margin-top: 15px;
  font-size: 15px;
  color:  hsl(0, 0%, 7%)
}
.pub {
     font-size: 16px;
    color:  hsl(0, 0%, 7%);
}
.althead {
    font-size: 25px;
    color: hsl(0, 0%, 7%);
    cursor: pointer;
    
}
.althead:hover {
   color:  hsl(47, 88%, 63%);
}
p {
    color:hsl(0, 0%, 42%);
    
}

  .greg
  {
    display: flex;
    height: 45px;
    gap: 10px;
    align-items: center;
  }
  .avatar 
{
    
      width: 40px;
  height: 40px;
}
h3 {
    font-size: 15px;
}
.attribution {
     font-size: 11px;
 
  position: absolute;
  bottom: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

