body{
    background-color: hsl(47, 88%, 63%);
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    margin: 13px;
    
}
.blog-card{
    background-color: white;
    justify-self: center;
    border: 0.1em black solid;
    border-radius: 2%;
    padding: 18px;
    width: 350px;
    height: auto;
    margin-top: 200px;
    box-shadow: 2px black;
    box-shadow: 8px 8px 1px rgba(0, 0, 1);
}
div .image {
    justify-self: center;
}
.card-details{
    padding: 6px;

}
.learning{
    color: hsl(0, 0%, 7%);
    background-color: hsl(47, 100%, 53%);
    border-radius: 0.1cm;
    width: fit-content;
    padding: 7px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}
h1
{
    font-size: larger;
    font-weight: 800;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    width: fit-content;
    cursor: pointer;
}
h1:hover{
    color: rgb(255, 208, 0);
}
#main p{
    color: hsl(0, 0%, 42%);
}
section{
    margin-top: 17px;
}
.greg-photo img{
    width: 44px;
    height: auto;
    float: left;
    margin-right: 15px;
}
.greg-photo p{
    line-height: 40px;
    font-weight: bold;
}
footer{
  position: fixed;
  width: 100%;
  padding: 15px;
  text-align: center;
}
