	body {
   background-image: url("photos/backgroundlarge.gif");
   background-size: 300px;
   min-width: 100vh;
	min-height: 100%;
	image-rendering: pixelated;
	}
	a {
	color:rgb(87, 226, 249);
	text-decoration: none;
	}
	hr {
	color: purple;
	width: 620px;
	margin: auto;
	}
	.title {
	text-align: center;
	font-size: 25px;
	color:white;
	margin-bottom:20px;
	}
	.stitle {
	text-align: center;
	font-size: 15px;
	margin-bottom:20px;
	}
	.entry {
	background-color:rgba(255, 255, 255, 0.5);
	color: purple;
	text-align: center;
	margin: auto;
	width: 600px;
	border: 2px solid lightyellow;
	padding: 10px;
	margin-bottom:20px;
	}
	.music {
	background-color:rgba(255, 255, 255, 0.5);
	color: purple;
	text-align: center;
	margin: auto;
	width: 600px;
	border: 2px solid lightyellow;
	padding: 10px;
	margin-bottom:20px;
	}
	
	.header {
	position: sticky;
	width:100%;
	background-image: url("photos/horibanner.gif");
	color:white;
	text-align: center;
	min-height:25px;
	top:0;
	z-index:1000;
	margin-bottom:20px;
	}
	.tinker {
	background-color:rgba(255, 255, 255, 0.5);
	color: purple;
	text-align: center;
	width: 80px;
	height: 80px;
	padding: 16px;
	border: 2px solid lightyellow;
	}
	.container {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	}
	.box-1 {
	flex-shrink:5;
	}