@font-face {
    font-family: 'Prompt';
    src: url(../Prompt/Prompt-Medium.ttf);
}

body {
    font-family: "Prompt" , sans-serif !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.home-bg {
    background-image: url('../image/orther/user_banner5.jpg');
    object-fit: cover;
    width: 100%;
}