@font-face {
    font-family: "Figtree";
    src: url(assets/fonts/Figtree-VariableFont_wght.ttf);
}

body {
    font-family: 'Figtree';
    background-color: #f4d04e;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    overflow: hidden;
}

main{
    background-color: white;
    max-width: 385px;
    padding-left: 25px;
    padding-top: 30px;
    border-radius: 25px;
    box-shadow: 6px 6px 0px 4px rgba(0,0,0,1);
      -webkit-box-shadow: 6px 6px 0px 4px rgba(0,0,0,1);
      -moz-box-shadow: 6px 6px 0px 4px rgba(0,0,0,1);
    border: 1.5px solid black;
}
.moldura{
    padding-bottom: 22px;
}

.image{
    width: 360px;
    border-radius: 15px;
}

.learning{
    font-weight: bold;
    background-color: #f4d04e;
    display: flex;
    align-items: center;
    width: 65px;
    height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
}

.title{
    font-size: 13px;
}

.text{
    color: #6b6b6b;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.footer{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 20px;
}

.name{
    font-weight: bold;
    padding-left: 15px;
}
