body {
    font-family: 'Inter', sans-serif;
}
button:hover {
    transform: scale(1.05);
    transition: transform 0.2s;
}

