*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    /* font-family: "Borel", cursive; */
    /* font-family: "Pacifico", cursive; */
    /* font-family: "Fontdiner Swanky", serif; */
    /* font-family: 'Poppins', sans-serif; */
    /* font-family: "Yatra One", system-ui; */
    font-family: "Pacifico", cursive;
}

html, body {
    height: 100%;
}

body{
    background-color: #FFF8E1;
    color: #1A237E;
    overflow-x: hidden; /* prevent horizontal scroll while allowing vertical scroll */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}