@import url('https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&display=swap');
		body {
			font-family: lucida grande,verdana,arial,helvetica;
			font-size: 12px;
		}

		.container {
			width: 400px;
			height: 500px;
			margin: auto;
			margin-top: 170px;
			position: relative;
		}

		h1 {
			font-family: 'Nanum Pen Script', cursive;
			margin: 0;
			padding: 0;
			font-size: 46px;
			font-weight: normal;
			line-height: 42px;
		}

		.subtitle {
			font-size: 12px;
		}

		.white {
			border: 1px solid #000;
			padding: 12px;
			margin: 6px 0;
		}

		.banner {
			height: 100px;
			border: 1px solid black;
			background: #666;
			text-align: end;
			padding: 12px;
			background-image: url(../assets/frontBG.jpg);
			background-position: 1px;
			background-size: cover;
			color: #EEE;
			font-size: 10px;

		}

		.nav a {
			display: inline-block;
			text-transform: uppercase;
			letter-spacing: 1px;
			font-weight: bold;
			color: black;
			text-decoration: none;
			margin-top: 12px;
			border-bottom: 1px dotted black;
		}

		.updates {
			width: 335px;
			margin-left:60px;
			overflow: hidden;
			height: 14px;
		}

		.update {
			display: inline;
			margin-right: 24px;
		}

		.updates {
			/* margin-top: 6px; */
		}

		.item-desc {
			font-size: 12px;
		}

		img {
			position: absolute;
			height: 670px;
			top: -75px;
			pointer-events: none;
			left: -360px;
		}

		.title {
			margin-left: 110px;
		}