
body {
  background-color: pink;
  color: black;
  font-family: 'Courier', 'Courier New', monospace;
  background-image: url('/img/bg/pinkcube.gif');
}

@keyframes logotime {
  from {filter: hue-rotate(0deg);}
  to {filter: hue-rotate(360deg);}
}

.logo {
  animation-name: logotime;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.credits {
	color:black;
	text-shadow: 1px 1px 0px white, -1px -1px 0px white;
	font-weight:bold;
	text-decoration: none;
}
.newlogo {
	width: 70%;
	height: auto;
}

.carde {
	font-family: "Pixelify Sans", 'Courier', 'Courier New', monospace;
	border-color: fuchsia;
	border-width: 2px;
	border-style: solid;
	border-radius: 5px;
	background-image: linear-gradient(white, lavenderblush, lavender);
	color: deeppink;
	outline-style: solid;
	outline-color: white;
	outline-width: thin;
}

.lefty {
	flex: 30%;
}
.righty {
	flex: 70%;
}

#statuscafe {
    padding: .5em;
    background-color: white;
    border: 1px solid fuchsia;
}
#statuscafe-username {
    margin-bottom: .5em;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}