html, body {
	min-height: 100%;
	height: 100%;
	position: relative;
}
s {
	background-color: inherit;
}
footer {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	width: 100%;
	height: 50px;
	min-height: 50px;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #d5d5d5;
}
* {
    box-sizing: border-box;
    margin: 0;
    text-align: center;
    background-color: #989898;
}
a:link {
	color: #25c4ff;
	background-color: transparent;
	text-decoration: none;
}

a:visited {
	color: #8f25ff;
	background-color: transparent;
	text-decoration: none;
}
.title {
	position: fixed;
	width: 100%;
	top: 0;
	min-height: 50px;
	height: 50px;
    background-color: #fde2ff;
    padding: 1rem 0rem 1rem 0rem;
}
.tabbar {
	position: fixed;
	width: 100%;
	top: 50px;
	min-height: 50px;
	height: 50px;
    background-color: #d5d5d5;
    padding: 1rem 0rem 1rem 0rem;
}
.button {
	background-color: #FFFFFF;
	background: #FFFFFF;
}
.content {
	padding: 1%;
	display: none;
	margin-left: 15%;
	margin-right: 15%;
	height: 100%;
	background-color: #FFFFFF;
	overflow-y: auto;
}
.games {
	padding: 1%;
	display: none;
	margin: auto;
}
.blog {
	background: #FFFFFF;
}
.blog_entries {
	text-align: left;
	margin-left: 2%;
	margin-right: 2%;
	background: #FFFFFF;
	white-space: pre-line;
}
.page_buttons {
	background: #FFFFFF;
}
.blog_dates {
	background: #FFFFFF;
	margin-left: 2%;
	margin-right: 2%;
}
.contents {
	position: fixed;
	width: 100%;
	min-height: 85%;
	height: 85%;
	top: 100px;
}