@import url(https://fonts.googleapis.com/css?family=Open+Sans:400);
@use "../../../../colors";
@use '../../../../mixins';

/*$color-bg: #d8d6d8;
$blue-pedius: #53a7c1;
$orange-pedius: #daa85f;*/

/* * {
	overflow: hidden;
} */
html, body {
	/* height: 100%; */
	width: 100% !important;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	margin-left: 0;
	margin-top: 0;
	/* overflow: auto; */

}

body .ui-tooltip {
	border-width: 2px;
}

h1.font1 {
	color: white;
	text-align: center;
}

a:hover {
	color: #696969;
	background-color: transparent;
	text-decoration: underline;
}

a:active {
	color: #696969;
	background-color: transparent;
	text-decoration: underline;
}
