*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/*html{
    font-family: "Figtree", serif;
   font-optical-sizing: auto;
   font-style: normal;
}*/

body{
    background-color: hsl(47, 88%, 63%);
    display: grid;
    place-content: center;
    min-height: 100vh;
    font-size: 16px;
    font-family: "Figtree", serif;
}

.container{
    display: grid;
    background-color:hsl(0, 0%, 100%) ;
    margin: 1rem auto;
    border: 1px solid ;
    border-radius: 15px;
    width: 330px;
    height: auto;
    padding: 15px;
    place-content: center;
    box-shadow: 5px 5px;
}
.learning{
    background-color: hsl(47, 88%, 63%);
    width: 70px;
    padding: 4px;
    border-radius: 3px;
    margin: 5px 0;
    font-weight: 800;
    color:hsl(0, 0%, 7%) ;
}

.image img{
    max-width: 300px;
    border-radius: 15px;
    margin-bottom: 10px;
}
.established{
    font-weight: 800;
    margin: 5px 0;
    font-weight: 500;
    color: hsl(0, 0%, 7%);
}
h3{
    margin: 10px 0;
    color: hsl(0, 0%, 7%);
}
h3:active{
    color:hsl(47, 88%, 63%);
    cursor: pointer;
}
.about{
    color:hsl(0, 0%, 42%) ;
    margin-bottom:10px ;
}

.avatar{
    display: flex;
    margin-top: 10px;
}
.avatar p {
    position: relative;
    top: 5px;
    text-indent: 10px;
    font-weight: 800;
    color: hsl(0, 0%, 7%) ;
    font-size: 14px;
}
.avatar img{
    width: 30px;
}

