body {
    margin: 0;
    background-color: #f5d04e ;
}
.container {
    display: flex;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    align-items: center;
}
.box {
    background-color: #fff;
    height: 520px;
    width: 385px;
    border: 1px solid #000;
    border-radius: 10px;
    box-shadow:#000 5px 5px 0px 3px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.banner {
    display: flex;
    justify-content: center;
    align-items: center;

}
.banner img{
    height: 200px;
    width: 335px;
    border-radius: 10px;
    margin-top: 22px;
}
.button {
    margin-top: 25px;
    display: flex;
    align-items: flex-end;
    width: 335px;
    height: 50px;
}
.learning {
    background-color: #f5d04e;
    border: none;
    padding: 10px;
    font-weight: bold;
    border-radius: 5px;
    font-size: 15px;
}
.text {
    width: 335px;
}
.text p{
    margin: 0;
    margin-top: 18px;
}
.titulo {
    width: 335px;
    font-family: Arial, Helvetica, sans-serif;
}
.titulo a{
    text-decoration: none;
    color: #000;
}
.titulo h1{
    margin: 0;
    font-size: 25px;
    font-weight: bold;
    margin-top: 15px;
}
.titulo a:hover{
    color: #f5d04e;
}
.text2 {
    width: 335px;
}
.text2 p{
    margin: 0;
    margin-top: 18px;
    font-size: 18px;
    color: #797979;
}
.avatar{
    width: 335px;
    margin-top: 20px;
    display: flex;
    align-items:center
}
.avatar img {
    width: 30px;
    height: 30px;
}
.nome {
    margin-left: 10px ;
    font-weight: bolder;
}

