*{
    font-family: "Yatra One", system-ui;
    font-weight: 400;
    font-style: normal;
}

h1{
    font-weight: bold;
    font-size: x-large;
}

body {
    background-image: url('background.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}