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

body {
	font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
a {
	text-decoration: none;
	color:#0071bb;
	font-weight: bolder;
}
#ngy2p {
	padding: 20px 5px;
	color:#fff;
}
#ngy2p a {
	color:#fff !important;
}
footer {
    border-top: 1px solid #000;
    padding: 40px 10px;
    text-align: center;
    font-weight: bold;
}
header {
    padding: 20px;
    border-bottom: 1px solid #000;
	text-align: center;
}
.logo {
    width: 300px;
    height: auto;
}
.nGY2Viewer::after {
    content: '© f2 studio';
    position: absolute;
    bottom: 40px;
    color: #fff;
    padding: 6px 10px;
    box-sizing: border-box;
    text-align: center;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    border-radius: 8px;
    font-weight: bolder;
    font-size: 14px;
    letter-spacing: 1px;
    background: rgba(0, 0, 0, 0.7);
}