/*font*/@font-face { font-family: Poppins-Light; src: url('../font/Poppins-Light.otf') }/* Basis */		body {  		  font-family: Poppins-Light, arial;		  color: black;		 		}				.text01 { font-size: 90px; }		.text02 { font-size: 15px; color: black;}				.center {			text-align: center;			width: 100%;			position: fixed;			top: 50%;			color: lightgray;		}				.center02 {			text-align: center;			width: 100%;			position: fixed;			top: 10%;			color: lightgray;		}				.center03 {			text-align: center;			width: 100%;			position: fixed;			top: 10%;					}				/*copyright*/		#copyright {  position: fixed; bottom: 1px; left: 1px; font-size: 10px; }						/* Media */		@media screen and (max-width: 992px) {   									 .text01 { font-size: 50px; }												}		@media screen and (max-width: 600px) {   									 .text01 { font-size: 30px; }												}