/**
    CSS file for XhuvMath
 */

@import url('https://thehydrogen.xyz/css/bulma.css');
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@200;300;400;500;600;700&display=swap');

.body {
	font-family: Archivo, sans-serif;
	background-color: rgb(49, 130, 146);

	color: white !important;
	height: 100vh;
}

.body2 {
	font-family: Archivo, sans-serif;
	background-color: rgb(49, 130, 146);

	color: white !important;
	height: 100%;
}

.initial {
	padding-top: 40vh;
}

.title {
	font-weight: bolder;
}

.button {
	background: rgb(49, 130, 146) !important;
	border: white 2px !important;
	border-style: solid !important;
	border-radius: 10px !important;

	box-shadow: 2px 2px;

 transition-duration: 200ms;
}

.button:hover {
	transition-duration: 200ms;
	transform: scale(1.05);
}

.retake {
	color: rgb(202, 202, 202) !important;
}