body {
		scrollbar-width: thin;
			background-color: #272739;
			font-family: monospace;
			color: #4f5a64;
		}
		a {
			color: #77888c;
		}
		.container {
			background-image: url('frame.png') ;
			width: 659px;
			height: 703px;
			position: relative;
		}
		.content {
			position: absolute;
			top: 330px;
			left: 153px;
			width: 351px;
			height: 337px;
			overflow-y: auto;
			padding: 6px 12px;
			box-sizing: border-box;

		}

		.title {
			color: #77888c;
			position: absolute;
			top: 210px;
			left: 140px;
			font-size: 24px;
		}

		.subtitle {
			position: absolute;
			top: 270px;
			left: 139px;
			color: #4f5a64;
			font-size: 11px;
			line-height: 23px;
			letter-spacing: 1px;
		}

		.menu {
			position: absolute;
			top: 294px;
			left: 130px;
			background: #77888CB0;
			height: 22px;
			width: 396px;
			border-bottom: 1px solid #4f5a6466;
		}

		.menu a {
			color: #4f5a64;
			line-height: 18px;
			display: inline-block;
			padding: 0 6px;
			border: 1px solid transparent;
			margin: 1px 1px;
			text-decoration: none;
		}

		.menu a:hover {
			background: #77888C;
			border: 1px solid #4f5a6469;
			box-sizing: border-box;
		}

		.menu svg {
			position: relative;
			top: 2px;
		}

		* {
			scrollbar-width: thin;
		}

		*::-webkit-scrollbar {
			width: 6px; 
			height: 6px;
		}