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

#css-shadow {
  margin: 0;
  padding: 0;
  position: relative; /* Dùng để định vị chữ */
  width: 100%;
  height:30px;
}

#css-shadow h1.font {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	color: #fede58;
	height: 30;
}

#css-shadow h1.shadow {
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 0;
  color: #ff962f;
}

