@charset "UTF-8";
/* CSS Document */

h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 60px;
	text-transform: uppercase;
	text-align: left;
	font-weight: 800;
	position: relative;
	line-height: 1;
}

/*
h1:before {
	content:"";
	display:block;
	width: 130px;
	height: 20px;
	left: 0;
	top: 120%;
	position: relative;
	background: #000000;
}
*/
/*
h1:after{
	content:"";
	display: block;
	width: 130px;
	height: 5px;
	right: 0;
	top: 50%;
	position: absolute;
	background: #000000;
}
*/

body{
	font-family: 'Montserrat', sans-serif;
	background-color: #ffcc00;
	foreground-color: #231900;
	text-align: left;
	margin-left: 180px;
	margin-right: 380px;
}

p.by{
	display: block;
	background: #000000;
	font-style: italic;
/*	font-display: optional;*/
	width: 100px;
	height: 20px;
	top: 70%;

}
p.by:before{
	display: block;
	left: 20px;
	top: 90%;
	text-align-last: rigth;
}


