html {
	background: url("/media/MorganBG.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;

}

body {
	font-family: "jura", serif;
}

div {
	text-align: center;
	border-style: dashed;
	margin: 1% 15%;
	padding: 1%;
	background-color: rgba(139, 35, 35, 0.541);
}

h1 {
  text-shadow: 0 0 5px #000000;
}

h2 {
	margin-top: 30;
	font-size: 40;
	text-shadow: 0 0 3px #000000;
}

.bigtext {
	font-size: 140;
	text-align: center;
}

#LongTyper {
	transform: scaleY(-1.0);
}

p {
	font-size: 25;
	text-shadow: 0 0 6px #ffffff;
}

a {
	font-size: 25;
	color:black;
	text-decoration:none;
}

.FriendLink {
	background-color: rgba(128, 255, 0, 0.425);
	font-size: 40;
}

#ButtonHolder {
	display: flex;
	justify-content: space-evenly;
}

.MediaChoice {
	width: 30%;
	height: 80px;
	background-color:rgba(0, 0, 0, 0.596);
	color:white;
}

.MediaChoice:hover {
  background-color:#710000;
  color:rgb(0, 0, 0);
}