* {
	cursor: url('https://i.imgur.com/fxN1rR5.png'), auto;
  margin: 0 auto;
}
html {
	height: 100%;
}
body {
	background-color: #222;
	background-image: url(lain.gif);
	background-blend-mode: color-burn;
	cursor: url('https://i.imgur.com/fxN1rR5.png'), auto;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: right bottom;
}
p {
	font-family: 'Montserrat', sans-serif;
	color: white;
}
h1 {
 color: white;
 font-family: 'Chakra Petch', sans-serif;
}
a {
	color: #fff4e6;
	font-size: 23.5px;
	text-decoration: none;
	font-family: 'Chakra Petch', sans-serif;
}
li {
	list-style: none;
	font-size: 20px;
	color: white;
	text-align: left;
}
.button {
  background-color: #854442;
  color: 	#be9b7b;
  border: solid 2px #3c2f2f;
  width: 150px;
  height: 20px;
	padding-bottom: 10px;
  margin: 15px;
  text-align: center;
	display: inline-block;
}
.button:hover {
	background-color: #773d3b;;
	color: #ab8b6e;
}
.box {
	margin: 10px;
	border: solid 2px #be9b7b;
	max-width: 500px;
	text-align: center;
}
.box p {
	margin: 10px;
}
.box a:hover {
	color:#987c62;
}

.socialMedia {
  max-width: 350px;
  text-align: center;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
	margin: 0 auto;
}
/** https://www.color-hex.com/color-palette/389 */
