body{
    font-family: 'Inter', Arial, sans-serif;
}

.card{
    border-radius: 12px;
}

.card img{
    border-radius: 12px 12px 0 0;
}

button{
    border-radius: 10px;
}

::-webkit-scrollbar{
    height: 6px;
}
::-webkit-scrollbar-thumb{
    background: #ddd;
    border-radius: 10px;
}
