/*Fonts!*/
@font-face {
	font-family: mPlus1m;
	src: url(/mplus1m.ttf);
	font-size:160%;
}


/*Links!*/
a:link	{
	color: ff4174;
}

a:visited	{
	color: 5f00b2;
}

a:hover	{
	color: ff4174;
}


/*Html section elements!*/
body{
	color: #e6d2c3;
	background-color: #0a0808;
	font-family: mPlus1m;
}

h1{
	color: #e6d2c3;
}

p{
	color: #c3b4a5;
}

/*Custom shit?!*/
.container {
  position: relative;
  text-align: center;
}

.bottomCenter {
  position: relative;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bottomLeft {
  position: absolute;
  bottom: 2px;
  left: 2px;
}

.bottomRight {
  position: absolute;
  bottom: 2px;
  right: 2px;
}