/* Stylesheet for inkblots.info */
/* Checking on the code, I see. It's my code, don't steal it, if you want to steal it steal it from Gemini where I stole it. Sounds about right. */

body {
	background-color: #000000;
	color: #ffffff;
	font-family: Quicksand, Tahoma, sans-serif;
    font-size: 0.9em;
	}

.centre-text {
	text-align: center;
}

.inkblots-title {
	font-family: 'Faculty Glyphic', 'Tahoma';
	font-size: 3em;
	text-align: center;
	font-weight: bold;
}

.splash-header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer {
	text-align: center;
}

.splash-flex {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.centered-content {
  text-align: center;
}

.left-image {
  margin-right: 20px; /* Adjust the margin as needed */
}

.right-image {
  margin-left: 20px; /* Adjust the margin as needed */
}

/* Rollover for splash links. */
#imageroll:hover {
  content: url(inkblots-splash-tcwyrd.gif);
  cursor: pointer;
}