@font-face {
	font-family: "SF-bold";
	src: url(SF-Pro-Display-Bold.otf);
}

body {
	padding: 0px;
	margin: 0px;
	box-shadow: 0px;
}
div.chart {
	width: calc(100% - 5px);
	height: calc(100% - 5px);
}
#chart {
	width: 100%;
	height: 100%;
	max-width: calc(100vw - 5px);
	max-height: calc(100vh - 5px);
}
div.indicator {
	position: absolute;
	top: 2vh;
	right: 2vh;
	width: max(7.5vh, 7.5vw);
	height: max(7.5vh, 7.5vw);
	border-radius: max(7.5vh, 7.5vw);
	background-color: green;
}
.indicator p {
	text-align: center;
	font-family: "SF-Bold";
	line-height: max(7.5vh, 7.5vw);
	margin: 0px;
	font-size: max(3.5vh, 3.5vw);
	font-weight: bold;
	color: white;
}
