@font-face {
	font-family: "gothfont";
	src: url("assets/fonts/gothfont/gothfont.woff2") format("woff2"),
	     url("assets/fonts/gothfont/gothfont.woff") format("woff");
}

html {
  background-image: url("assets/img/purpskull.gif");
  cursor: url("assets/cursor/default.cur"), default;
}

body {
  cursor: url("assets/cursor/default.cur"), default;
  font-family: Arial, sans-serif;
  display:flex;
  align-items:center; 
  max-height:400px;
  	max-height: 100px;
	display: grid;
	grid-template-areas:
		'. . . main . .'
		'. . . main . .'
		'. . . . . .'
		'. .one two three .';
}

.pfp {
  width: 25%;
  border-radius: 50%;
  border: 3px solid #918490;
  cursor: url("assets/cursor/pointer.cur"), pointer;
}

.main {
	grid-area: main;
	margin: 10%;
	text-align: center;
	border: 1px solid #444;
	border-radius: 10px;
	background-color: #2c2c2c;
	height: 75%;
	padding: 30px;
}

.main h1 {
	color: #918490;
}

.width {
	width: 46%;
	height: auto;
}

.mainimg {
	height: 20px;
	width: auto;
}

.card {
	grid-area: one;
	text-align: center;
	background-color: #2c2c2c;
	padding: 30px;
	border: 1px solid #444;
	border-radius: 10px;
	color: #f5f5f5;
	justify-content: center;
	height: auto;
	margin: 10%;
	box-sizing:border-box;
}

#one {
	grid-area: one;
}
#two {
	grid-area: two;
}
#three {
	grid-area: three;
}

.four {
	grid-area: four;
}

h1 {
  font-family: gothfont;
  cursor: url("assets/cursor/text.cur"), text;
  margin: 0;
  font-size: 2rem;
  color: #912F3D;
}

p {
  font-family: gothfont;
  cursor: url("assets/cursor/text.cur"), text;
  color: #918490;
  font-size: 1.2em;
}

h2 {
	font-family: gothfont;
	color: #C29298;
	cursor: url("assets/cursor/text.cur"), text;
}

.icons {
  margin-top: 20px;
  width: 100px;
  height: auto;
  cursor: url("assets/cursor/pointer.cur"), pointer;
}

.icon {
  cursor: url("assets/cursor/pointer.cur"), pointer;
  display: inline-block;
  margin: 0 15px;
  text-decoration: none;
  font-size: 1.1rem;
  padding: 5px 10px;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #fff;
  transition: background-color 1s;
}

.icon img {
  cursor: url("assets/cursor/pointer.cur"), pointer;
  width: 100%;
  height: auto;
  display: flex;
}

.icon.link {
  width: 70px;
  height: auto;
  margin-top: 5%;
  margin-bottom: 5%;
  border-width: 2px;
  border-radius: 50%;
}

.icon.link:hover {
  background-color: #912F3D;
  color: #fff;
  border-radius: 50%;
}

.icon:focus,
.icon:active {
  background-color: black;
  transition: none;
  border-radius: 50%;
}

#icon {
	margin-top: 25%;
	margin-bottom: 25%;
}

.logo {
  cursor: url("assets/cursor/pointer.cur"), pointer;
  width: 50px;
  height: 50px;
}

.logoL {
  cursor: url("assets/cursor/pointer.cur"), pointer;
  width: 90px;
  height: auto;
}

.mood {
  cursor: url("assets/cursor/pointer.cur"), pointer;
  height: 20px;
  width: auto;
}

#loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #002642;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: url("assets/cursor/progress.ani"), progress;
}

#loading img{
  width: 5%;
  height: auto;
}

ul {
	font-family: gothfont;
	cursor: url("assets/cursor/text.cur"), text;
	font-size: 1.5em;
	float: left;
}

li {
	color: #C29298;
	cursor: url("assets/cursor/text.cur"), text;
}

#progress{
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
	height: 6px;
	background: #49181F;
	cursor: url("assets/cursor/pointer.cur"), pointer;
	margin: 40px 0;
}
.controls{
	display: flex;
	justify-content: center;
	align-items: center;
}
.fatter{
	margin: 30px;
}
.scrollbox{
	width:150px;
	height:150px;
	line-height:3em;
	overflow:scroll;
	padding:5px;
}