*,*::before,*::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    position: relative;
    background-color: hsl(47, 88%, 63%);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    font-family: 'Figtree';
}
main{
    max-width: 20rem;
    height: auto;
    padding: 1.5rem 1.5rem;
    background-color: hsl(0, 0%, 100%);
    border-radius: 1rem;
    box-shadow: 9px 9px black;
    border-style: solid;
    border-color: black;
    border-width: 2px;
}
.blog img{
    width: 17rem;
    border-radius: .6rem;
    
}
.blog h1{
    background-color: hsl(47, 88%, 63%);
    border-radius: .2rem;
    padding-left: 1rem;
    margin-top: 1.2rem;
    font-size: 12px;
    margin-right: 12rem;
    line-height: 1.5rem;
}
.a{
    margin-top: .9rem;
    font-size: 13px;
}
h2{
    margin-top: 1.1rem;
    font-size: 20px;
    letter-spacing: -0.28px;
    line-height: 20px;
}
p{
    margin-top: 1.1rem;
    font-size: 14px;
    color: hsl(0, 0%, 50%);
    letter-spacing:-0.13px;
    line-height: 21px;
}
.Hooper img{
    margin-top: 1.1rem;
    width: 1.8rem;
}
b{
    display: flex;
    margin-left: .8rem;
    margin-top: -1.7rem;
    padding-left: 1.8rem;
}
.attribution{
    align-items: center;
    padding-right: 10rem;
    position: absolute;
    bottom: 0;
}
@media only screen and (min-width: 900px) {
    html{
        font-size: 17px;
    }
}
@media only screen and (min-width:1440px){
   html{font-size: 17.5px;
    }
}
   body{
    background: url(./images/pattern-background-desktop.svg) no-repeat;
    background-size: contain;
    background-color: hsl(47, 88%, 63%);
   }