@font-face {
    font-family: nrt;
    src: url("../font/NRT-Reg.ttf");
}

* {
    /* font-family: "nrt"; */
}

@media screen and (max-width: 1800px) {
    .first_image {
        width: "10%";
        height: 100vh;
    }
    
}

@media screen and (max-width: 992px) {
    .first_image {
        width: "70%";
        height: 100vh;
    }
}