body {
			font-family: "Courier New";
			font-size: 12px;
			background-image: url(cloudy-day.webp);
			background-position: 1px;
			background-repeat:repeat;
		}

		.container {
			width: 400px;
			height: 500px;
			margin: auto;
			margin-top: 170px;
			position: relative;
		}

		h1 {
			font-family: 'Special Elite', system-ui;
			margin: 0;
			padding: 0;
			font-size: 46px;
			font-weight: normal;
			line-height: 42px;
		}

		.subtitle {
			font-size: 12px;
			padding: 1;  
			text-align: right;
			
		}

		.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(beanstalk.webp);
			background-position: 1px;
		  background-repeat:repeat;
			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: 340px;
			margin-left: 60px;
			overflow: hidden;
			height: 14px;
		}

		.update {
			display: inline;
			margin-right: 24px;
		}
		.item-desc {
			font-size: 12px;
		}

		img {
			position: absolute;
			height: 330px;
			top: 100px;
			pointer-events: none;
			left: -211px;
		}

		.title {
			margin-left: 1px;
			
		}