

	.mytitle{
		font-size: 25px;
	}

	.mytext{
		font-size: 14px;
	}

	.myh1{
		font-size: 50px;
	}

@media only screen and (max-width: 1200px)
{

	.myh1{
		font-size: 40px;
	}

}

@media only screen and (max-width: 770px)
{
	.mytext{
		font-size: 17px;
	}

	.myh1{
		font-size: 25px;
	}

}

@media only screen and (max-width: 700px)
{
	.mytext{
		font-size: 17px;
	}

}

@font-face {
  font-family: mechanicc;
  src: url(../fonts/MechanicalAnimals.ttf);
}

