html,
body {
	height: 99%;
	width: 99%;
	font-family: Arial;
	color: white;
	background-color: #27292a;
	font-size: 150%;
	text-align: center;
}

a {
	color: #cc5dda;
	text-decoration: none;
	text-decoration: underline;
}

#back {
	position: fixed;
	bottom: 5%;
	font-size: 15px;
	align-self: center;
	margin: auto -3.5%;
}

button {
	animation: smolamogus 0.4s;
	color: #cc5dda;
	background: none;
	border: none;
	text-decoration: none;
	font-size: 26px;
}

button:hover {
	animation: bigamogus 0.4s;
	font-size: 29px;
}

@keyframes bigamogus {
	from {
		font-size: 26px;

	}

	to {
		font-size: 29px;
	}
}

@keyframes smolamogus {
	from {
		font-size: 29px;

	}

	to {
		font-size: 26px;
	}
}

h4 {
	position: fixed;
	right: 3%;
	bottom: 2%;
	font-size: 10px;
	color: #bababa;
	text-decoration: none;
}

textarea {
	font-family: Arial;
	font-size: 80%;
	color: white;
	background-color: #161717;
	resize: none;
	border: 1px solid black;
	overflow: hidden;
}