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

* {
    font-family: 'Figtree-regular','Times New Roman', Times, serif;
}


body {
    background-color: hsl(47, 88%, 63%);
    

}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 180px;
   
}



.box {
    height: 550px;
    width: 380px;
    background-color: hsl(0, 0%, 100%);
    border-radius: 3%;
    border: 1px solid black;
    border-right: 6px solid black;
    border-bottom: 6px solid black;
    display: flex;
    align-items: center;
    flex-direction: column;

    

}

.illustration {
    background-size: cover;
    border-radius: 3%;
    margin-top: 20px;
   
    
}

.learn {
    background-color: hsl(47, 88%, 63%);
    border-radius: 4px;
    padding: 8px 12px 8px 12px;
    font-weight: bold;
}

.avatar {
    margin-left: 5px;
}

p {
    font-size: 16px;
}

.svg_class {
    border-radius: 10px;
}

.user-name {
    position: absolute;
  margin-left: 16px;
  margin-top: 24px;
  font-weight: bold;
}