<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.customButton {
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 3em;
	margin: -0.79em 0 0 -1em;
	text-decoration: none;
	border-radius: 0.1em;
	background-image: url("../imgs/AddQ_up.svg");
	background-repeat: no-repeat;
	width: 86px;
	height: 96px;
    outline: none;
}

.customButton:hover, .customButton:focus {
	background-image: url("../imgs/AddQ_hover.svg");
    outline: none;
}
</pre></body></html>