@charset "utf-8";
/* CSS Document */
@media screen and (max-width: 1000px){
font {
	font-family: "segoe UI";
	font-size: 17px;
	text-align: justify;
	font-weight: bold;
	width: 10%;
	}
}
max p {
	font-size: max(60px,5vw);
	margin-left: 1px;
    margin-right: 1px;
	text-align: justify;
	}
}