html {
	font-family: 'Cascadia Code', 'Ubuntu';
	background-color: #131516;
	color: azure;
	text-align: center;
}

button[type='github'] {
	padding: 5px 8px;
	background-color: #4caf50;
	color: #fff;
	border: none;
	border-radius: 7px;
	cursor: pointer;
	transition: background-color 0.4s ease;
	transform: scale(1);
	transition: all 1s ease;
}

button[type='github']:hover {
	transition: background-color 0.9s ease;
	background-color: #af4c9d;
	transform: scale(1.1);
	transition: all 1s ease;
}
button[type='github']:active {
	background-color: hsla(199, 80%, 90%, 0.86);
}

.footer {
	background-color: #303030;
	color: #fff;
	clear: both;
	font-family: 'ubuntu';

	text-align: center;
	position: fixed;
	bottom: 0px;
	right: 0;
	left: 0;
	bottom: 0;
	border-width: 30%;
}

h1 {
	text-align: center;
}

#info {
	text-align: center;
	bottom: auto;
}

#key {
	filter: invert(100%);
	height: 2.8em;
	vertical-align: middle;
}

#reload {
	height: 3.8em;
	vertical-align: middle;
}

#span {
	vertical-align: middle;
}

h4 {
	display: inline-block;
}

#button {
	font-size: 1rem;
	color: azure;
	padding: 10px 15px;
	border: none;
	border-radius: 10px;
	background-color: cornflowerblue;
	cursor: pointer;
	scale: 1;
	transition: all 0.5s ease;
}

#button:hover {
	scale: 1.05;
	background-color: rgba(27, 165, 193, 0.86);
}

#button:active {
	background-color: hsla(199, 80%, 90%, 0.86);
}
