#randGet:hover {
	border: solid 1px turquoise;
	transform: scale(1.02);

	#reloadSVG {
		transform: rotate(7200deg);
	};
	
}
#randGet {
	align-self: center;
	font-size: 0.88rem;
	min-width: 210px;
	height: 38px;
	margin-right: auto;
	border: none;
	text-align: center;

	transition: all .07s linear;
	aspect-ratio: 2/1;
}