	#jdl {
		font-family: 'Kaushan Script', cursive;  text-transform: capitalize;
	}

	#fml {
		width: 85px; height: 82px; border-radius: 50%;
	}

	#btn1 {
		background-color: #01582d;
	}

	#p1 {
		text-align: justify;
	}

	#km {
		color:#fff;
	}

	#tms {
		font-size: 50px;
	}

	#tms_teks {
		color: #d2dcdb; font-size: 18px;
	}

	@media screen and (min-width: 601px) {
	  	h1.example {
	    font-size: 45px;
	  }

	@media screen and (max-width: 667px) {
	    h1.example {
	    font-size: 30px;
	    }

	    @media screen and (min-width: 601px) {
	  	p.deskripsi {
	    font-size: 10px;
	  }

	@media screen and (max-width: 667px) {
	    p.deskripsi {
	    font-size: 10px;
	    }