@import url("../../css/style.css");

a.s1 {
   text-decoration: none;
   color: #fed43a;
}
a.s1:hover {
	text-decoration: none;
	color: #fce89f;
}

.box-menu {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	z-index: 2;
}

.box-menu div:nth-child(1) { margin-bottom: 10px; }

.under_const {
	height: 100%;
	background-color: #080808;
	text-align: center;
	z-index: 1;
}
