body {
	align-items: center;
	justify-content: center;
	font-family: "Helvetica", sans-serif;
	padding-top: 20px;
	padding-bottom: 20px;
    background-color: #3a3f5b;
    opacity: 1;
    color: #6e6b8f;
}

header {
	border-radius: 10px;
	background-color: #1b2041;
	width: 850px;
	align-content: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
	color: white;
	margin-bottom: 10px;
}

.headerimg {
	display: flex;
	flex: 20%;
}

.headertext {
	flex: 80%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.header1 {
	flex: 80%;
	text-align: center;
	padding: 20px 10px 20px 10px;
	display: flex;
	flex-direction: row;
}

.header2 {
	flex: 20%;
	text-align: center;
	padding: 10px 0px 10px 0px;
	background-color: #0e0e12;
	border-radius: 0px 0px 10px 10px;
}

mainbox {
	border-radius: 10px 10px 0px 0px;
	background-color: #d5d5d8;
	width: 850px;
	align-content: center;
	justify-content: center;
	display: flex;
	flex-direction: row;
	margin: 5px 0px 0px 0px;
	color: black;
	padding-top: 0px;
}

.sidebar {
	flex: 15%;
	text-align: center;
	padding: 10px 5px 10px 0px;
	margin-top: 0px;
}

.mainside {
	flex: 80%;
	text-align: center;
	padding: 10px 0px 10px 0px;
	display: flex;
	flex-direction: column;
	margin-top: 0px;
}

.one,
.two,
.three {
	display: inline-block;
	border-radius: 10px 10px 0px 0px;
	border: 1px solid #333142;
	margin: 10px 5px 10px 5px;
	background: #cbcad1;
	background: linear-gradient(136deg, #cfcfd4 0%, #b2b2b5 100%);
	width: 200px;
	margin-left: 10px;
	margin-right: 10px;
	align-items: start;
	text-align: start;
}

.one {
	height: auto;
}

.two {
	height: auto;
	margin: -15px 0px 0px 0px;
	box-sizing: border-box;
}

.two>p {
	padding-left: 10px;
	padding-right: 10px;
}

.three {
	margin: -5px 0px 0px 0px;
	height: auto;
	box-shadow: 10px #222a20;
	-moz-box-shadow: 0 0 10px #454545;
	-webkit-box-shadow: 0 0 10px#434343;
	box-shadow: 0 0 10px #404040;
}

.four {
	display: inline-block;
	border-radius: 0px 0px 10px 10px;
	border: 1px solid #333142;
	margin: 0px;
	background: #cbcad1;
	background: linear-gradient(136deg, #d0cfd4 0%, #b2b2b5 100%);
	width: 200px;
	padding: 10px 0px 10px 0px;
}

.mainsidetop {
	flex: 60%;
	display: flex;
	flex-direction: row;
	padding: 0px;
	margin-bottom: 10px;
	border: 1px solid #333142;
	border-radius: 10px;
	margin-right: 10px;
	margin-top: 10px;
	text-align: start;
	background-image: linear-gradient(rgba(213, 213, 216, 0.25), rgba(213, 213, 216, 0.25)), url(https://files.catbox.moe/g8u43a.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 10% 0%t;
    box-shadow: inset 0 0 50px #d5d5d8;
}

.mainsidetop>p {
	margin: 0px;
}

.mainsidebottom {
	flex: 40%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.bottomhalves {
	flex: 50%;
	display: flex;
	flex-direction: column;
	border: 1px solid #333142;
	border-radius: 10px;
	margin-right: 10px;
	height: 100%;
	text-align: start;
	padding: 15px;
	box-sizing: border-box;
}

bottom {
	border-radius: 0px 0px 10px 10px;
	background-color: #cdd1ce;
	width: 850px;
	align-content: center;
	justify-content: center;
	display: flex;
	flex-direction: row;
	margin: 0px;
	color: black;
}

.half1 {
	flex: 40%;
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: start;
	border: 1px solid #333142;
	border-radius: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #d3c67e;
	-moz-box-shadow: 0 0 10px #2a2a2a;
	-webkit-box-shadow: 0 0 10px#2a2a2a;
	box-shadow: 0 0 10px #2a2a2a;
	height: 225px;
	padding: 15px;
}

.half2 {
	flex: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: start;
	text-align: start;
	border-radius: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	flex-grow: 1;
	padding: 0px 0px 25px 0px;
	height: 100%;
}

.half2>p{
	padding-left: 10px;
	padding-right: 10px;
}

.titlebar {
	border-radius: 10px 10px 0px 0px;
	display: flex;
	flex: 5%;
	justify-content: left;
	background-color: #1b2041;
	color: #d3c67e;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-shadow: 0 0 7px #3e3e3e;
	-webkit-box-shadow: 0 0 7px#3e3e3e;
	box-shadow: 0 0 7px #3e3e3e;
}

hr.divider {
	border-top: 3px inline #d3c67e;
	width: 80%;
}

hr.divider2 {
	border-top: 3px solid #000000;
	width: 35px;
	height: 7px;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	display: inline-block;
}

h1 {
	margin: 0px;
	text-shadow: 2px 2px black;
}

#statuscafe {
	padding: .5em;
}

#statuscafe-username {
	margin-bottom: .5em;
}

#statuscafe-content {
	margin: 0 1em 0.5em 1em;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

ul li {
	display: block;
	padding: 7px 16px;
	margin: 0px;
	border-radius: 5px;
	text-decoration: none;
	width: auto;
}

li a:hover {
	color: #cbd085;
}

li a {
	color: rgb(255, 255, 255);
	text-decoration: underline;
}

a:hover {
	color: white;
}

a {
	color: #333142;
	text-decoration: underline;
}

.crt::before {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
  z-index: 2;
  background-size: 100% 2px, 3px 100%;
  pointer-events: none;
}

@keyframes flicker {
  0% {
  opacity: 0.27861;
  }
  5% {
  opacity: 0.34769;
  }
  10% {
  opacity: 0.23604;
  }
  15% {
  opacity: 0.10626;
  }
  20% {
  opacity: 0.18128;
  }
  25% {
  opacity: 0.10626;
  }
  30% {
  opacity: 0.18128;
  }
  35% {
  opacity: 0.23604;
  }
}

.crt::after {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(18, 16, 16, 0.1);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  animation: flicker 0.15s infinite;
}

.fuckingtext {
	display: flex;
	flex-direction: column;
	flex: 30%;
	height: auto;
	width: 30%;
	padding: 15px;
}

.fuckingempty {
	display: flex;
	flex-direction: column;
	flex: 40%;
	height: auto;
	width: 100%;
}

u {
  text-decoration: underline wavy rgb(39, 30, 82) 2px;
}