/*RESPONSIVE*/ 
		@media screen and (max-device-width:500px) {
			.button_work .button_print {
				position: relative;
			}
		}


/*STYLES*/
body {
    overflow:hidden;
    font-family: helvetica;
}


.back_top {
	background-color: #afaa04;
	height: 80px;
	width: 100%;
}

p {
	text-align: center;
	font-size: 73px;
	color: #2b2b2b;
}

a {
	text-decoration: none;
}

.button_top {
	margin-top: 10%;
}

.button_work {
	background-color: #ffed0b;
	height: 300px;
	width: 300px;
	position: absolute;
	margin-left: 20%
}

.button_print {
	background-color: #ffed0b;
	height: 300px;
	width: 300px;
	position: absolute;
	margin-left: 55%
}

.back_bottom {
	background-color: #2b2b2b;
	height: 300px;
	width: 100%;
	margin-top: 26%;
}
