body{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background-color: aliceblue;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.cartao{
    background-color: rgb(86, 3, 13);
    padding: 40px;
    border-radius:15px ;
    width: 350px;
}

.croqui {
    width: 150px;
    border-radius:50% ;
    height: 150px;
}
.titulo{
    font-size: 28px;
    color: rgb(255, 224, 189);
    margin-bottom: 10px;

}
.descricao{
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 1.5;
    margin-bottom: 25px;

}