*, *::after, *::before{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    font-size: 1.6rem;
    line-height: 1.6;
    max-width: 100%;
    background-color: #f4d04e;
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.container{
    max-width: 85%;
    border: 1px solid black;
    border-radius: 4.6px;
   /* box-shadow: 10px 0 6px -4px rgba(0,0,0,5), 
            0 10px 6px -4px rgba(0,0,0,5); */
            box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.9);
    background-color: white;
    padding: 1.4rem;
     margin: 5rem  auto 5rem auto;
     height: 39rem;
}

.bad-idea{
    max-width: 35rem;
      margin: 5rem  auto 5rem auto;
}
.hero-image{
    width: 100%;
    height: 15rem;
    background-image: url(./images/Blog\ Image.png);
    background-repeat: none;
    background-size: cover;
    margin-bottom: 1.5rem;
}
button{
    height: 1.6rem;
    width: 5.2rem;
    background-color: #f4d04e;
    font-weight: 900;
    border: none;
    border-radius: 4.6px;
    margin-top: 1.2rem;
}

.Published{
    font-size: 1rem;
    font-weight: 500;
    margin-top: 0.5rem;
    /* color: #9b9b9b; */
    margin-bottom: 1rem;
}
h1{
    font-size: 1.3rem;
    font-weight:900;
    margin-bottom: 1rem;
}
.text-p{
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.2;
    color: #969696;
    margin-bottom: 2.5rem;

}
.profile-div{
    display: flex;
    width: 8.7rem;
    justify-content: space-between;
    margin-top: 1rem;
}
.profile-div , h2{
    font-size: 1rem;
    font-weight: 700;
}