@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

body {
    font-family: 'Roboto';
    font-weight: 400;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* nav {
    display: flex;
    justify-content: space-between;
    padding: 20px 0px 15px 0px;
    box-shadow: 0 6px 20px 0 rgba(158, 158, 158, 0.19);
}

nav ul {
    max-width: 500px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding-left: 0px;
} */

nav ul li a {
    /* color: rgb(77, 77, 77);
    text-decoration: none;
    padding: 10px; */
    transition: ease 0.5s;
}

nav ul li a:hover {
    color: rgb(77, 77, 77);
    text-decoration: none;
    background-color: black;
    /* padding: 10px; */
    border-radius: 5px;
    color: aliceblue;
}

.card {
    border: 0px;
    box-shadow: 0 6px 20px 0 rgba(64, 64, 64, 0.19);
}

.cari-t {
    border: 0px;
    background-color: rgba(228, 229, 241, 0.616);
}

.card .cari {
    padding: 65px 40px 65px 40px;
}

.cari h1 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.cari p {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 34px;
}

.text-center h1 {
    color: #ffc107;
}

.text-center a {
    text-decoration: none;
}

.text-center a:hover {
    text-decoration: underline;
}

.col ul li a {
    text-decoration: none;
}