	    @import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,700;1,700&display=swap');
	    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
	    @import url('https://fonts.googleapis.com/css2?family=Kanit:wght@500&display=swap');
	    @import url('https://fonts.googleapis.com/css2?family=Geologica:wght@500&display=swap');
	    @import url('https://fonts.googleapis.com/css?family=Raleway:400,200');

	    .transition {
	        transition: .3s cubic-bezier(.3, 0, 0, 1.3);
	    }

		@media (orientation: portrait) {
		}
	    body {
	        margin: 0;
	        padding: 0;
	        overflow-x: hidden;
	        width: 100vw;
	        height: 100vh;
            background-color: rgb(255, 255, 255);
	    }

	    .bg {
	        position:fixed;
	        object-fit: fill;
	        width: 100%;
	        height: 100%;
            overflow: hidden;
			opacity: 80%;
            background-color: rgb(255, 255, 255);
	    }