h1, h2, h3 {
	color: #000000;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-weight: 400;
	margin-bottom: 10px;
	line-height: 1em;
	letter-spacing: 2px;
}
h1 {
	font-size: 50px;
	text-transform: uppercase;
	letter-spacing: 8px;
	line-height: 1.2em;
	color: green;
	font-weight: 700;
	margin-bottom: 30px;
}
h2 {
	font-size: 30px;
	font-weight: 400;
	line-height: 28px;
	color: red;
}
h3 {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: black;
}
.transbox{
    font-size:25px;
    text-align:center;
    opacity:0.8;
}
