@font-face {
    font-family: 'GT-America';
    src: url('GT-America-LC-Standard-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body{
	padding:25px;
	background-color: black;

}  

div{
	font-family: 'GT-America', sans-serif;
	font-feature-settings: "ss05" 1;
	margin: auto;
	text-align: justify;
	color: white;
	font-size: 16px;
}

a{
	text-decoration: none;
	color: blue;
}

.tb{
	color: red;

}




@media (min-width: 600px) {




div{
	font-size: 60px;
}




}


