html, body{
    background-color: white;
    height: 100%;
    margin: 0;
    scroll-behavior: smooth;
}

@font-face {
	font-family: poppinsmedium;
	src: url(../fonts/poppins-medium.ttf);
}

.img-page-start{    
    width: 100%;
    height: 100%;
    content: url('../../../file/pjml-1s.jpg');
}

.img-page {    
    width: 100%;
}

.tw-opacity-80 { opacity: 0.8; }

.f-14 { font-size: 14px; }
.f-15 { font-size: 15px; }

.f-popmed { font-family: poppinsmedium; }


@media (min-width: 1024px) {
    .img-page-start{
        content: url('../../../file/pjml-1.jpg');
    }
}