
@font-face {
    font-family: 'Figtree';
    src: url('./assets/fonts/Figtree-VariableFont_wght.ttf');
}

*{
    margin: 0;
    padding: 0;
}

body{
    background-color: hsl(47, 88%, 63%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    font-family: 'Figtree', serif;
    font-size: 16px;
    justify-content: center;
}
h2{
    font-weight: 800;
}
.container{
 margin: auto 0;    
 width: 80vw;
 max-width: 360px;
 background-color: hsl(0, 0%, 100%);
 border:  1px solid hsl(0, 0%, 7%);
 padding: 16px;
 border-radius: 20px;
 box-shadow: 10px 10px hsl(0, 0%, 7%);
}
.illustration img{
    width:100%;
    border-radius: 10px;
}
.illustration{
    padding-bottom: 15px;
}
.avatar{
    padding-bottom: 15px;
}
.avatar img,h4{
    display:inline;
    vertical-align: middle;
}
.date{
    padding-bottom: 15px;
}
.btnLearning{
    padding-bottom: 15px;
    
}
.heading{
    padding-bottom: 15px; 
}
.text{
    padding-bottom: 15px; 
    color:hsl(0, 0%, 42%);
}
.btnLearning button{
    background:hsl(47, 88%, 63%);
    border-radius: 5px;
    border: none;
    padding:10px;
    font-weight:800;

}
.attribution{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: white;
}
