/* Primitive and rudimentary... */

body {
	background-color: black;
}

/* I couldn't find a color that would make the website more appealing */

h1 {
	margin: 0;
	text-align: center;
	color: white;
}
* {
	font-family: Source Sans Pro, sans-serif;
}
a#random-link {
	font-size: 1.5rem;
	display: block;
	position: relative;
	text-align: center;
	top: 30%;
}
.content-box {
	border-width: 3px;
	border-color: white;
	border-style: solid;
	padding: 10px;
}
.post, .app {
	display: inline-block;
	margin-left: 0.1rem;
	margin-right: 0.1rem;
	margin-top: 0.2rem;
	width: 33.01%;
	height: 20rem;
	min-width: 20rem;
	box-sizing: border-box;
	float: left;
	clear: right;
}
.content-text {
	font-size: 1.25rem;
	text-align: justify;
	color: white;
}
#message {
	position: fixed;
	display: none;
	background-color: white;
	z-index: 99;
}
.content-date {
	text-align: center;
	color: white;
}
.content-box {
	overflow: auto;
}
.a-button {
	background-color: #baffff;
}
.a-button:hover {
	background-color: #aaffff;
}
.button-text {
	text-align: center;
}
a:visited:not(.bottom-bar-button) {
	color: blue;
}
.yt-button, .twitter-button {
	position: fixed;
	bottom: 0;
	right: 1rem;
}
.twitter-button {
	bottom: 0.59rem;
	right: 6.8rem;
}
.full-screen {
	position: absolute;
	z-index: 0;
}
.announcement {
	background-color: rgb(239, 255, 234);
}
#bottom-bar {
	overflow: hidden;
	box-sizing: content-box;
	background-color: black;
	position: fixed;
	height: 80px;
	bottom: 0.1rem;
	margin-left: 0.1rem;
	width: 500px;
}
.bar-button {
	box-sizing: border-box;
	display: inline-block;
	width: 248px;
	height: 80px;
	margin-left: 0;
	background-color: white;
	/* Halloween */
	border-width: 3px;
	border-color: black;
	border-style: solid;
}
a.bottom-bar-button {
	text-decoration: none;
	color: black;
}
.button-bar-text {
	margin-top: 0.3rem;
	color: black;
}
/* Inconspicuous */
#inconspicuous {
	color: rgbA(0,0,0,0);
	font-family: "Comic Sans MS", "Comic Sans", cursive;
}

#message-text {
	color: white;
}

#message {
	background-color: black;
}

#about-text {
	color: white;
}