body {
    font-family: "Inter", sans-serif;
    line-height: 1.6;
    color: #333;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

/* heading */

h1,h2,h3,h4,h5,h6{
    font-weight: 700;
    color: #222;
}

/* tombol */
.navbar {
    background-color: rgba(red, green, blue, 0.2);
}
