body, html {
	font-family: Inter var,ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    -webkit-font-smoothing: antialiased;
	font-size: 14px;
	background-color: #FFFFFF;
}

a:link { text-decoration: none; color:#BBBBBB;}
a:visited { text-decoration: none; color:#BBBBBB;}
a:hover { text-decoration: none; color:#FFFFFF;}
a:active { text-decoration: none; color:#BBBBBB;}

.modal {
	position: fixed;
	display: none;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(128,128,128,0.85);
	z-index: 9;
}

.modal-content {
	padding: 20px;
	box-sizing: border-box;
	border: 0px solid #d1d1d1;
	background-color: #FFFFFF;
	width:fit-content;
	border-radius: 5px;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
