body {
background: url(bg.png) no-repeat center center fixed;
background-size: 100vw 100vh;
	margin: 0;
	height: 100%;
	overflow: hidden;
	font-family: Tahoma;
	font-smooth: never;
	-webkit-font-smoothing : none;
	line-height: 1.5;
}

*
{
  user-select: none;
}

.footer {
  transform-origin: bottom left;
	position: fixed;
	left: 32px;
	background-color: rebeccapurple;
	width: 0%;
	line-height: 27px;
	height: 50px;
	bottom: 50vh;
	padding: 0px;

}
.unknownunused {
   color: #F4750C;
    /*font-family: Comic Sans MS; */
    font-size: 25px;
	position: fixed;
	bottom: 5px;
	left: 32px;
    /*filter: drop-shadow(rgb(97, 52, 0) 3px 3px 0mm); */
	text-transform: uppercase;
}

.banner {
    background-color: red;
    color: black;
    padding: 10px 0;
    text-align: center;
    animation: fadeInOut 2s ease-in-out infinite alternate;
}

@keyframes fadeInOut {
    0% { opacity: 0.7; }
    100% { opacity: 1; }
}

.vernumb {
	color: rgb(200,200,200);
    /* font-family: Comic Sans MS; */
    font-size: 15px;
	font-weight: bold;
	position: fixed;
	bottom: 5px;
	right: 5px;
    /* filter: drop-shadow(rgb(97, 52, 0) 3px 3px 0mm); */
}

@font-face {
  font-family: "NotComicSans";
  src: url(https://epicsentry.xyz/fs-tahoma-8px.ttf) format('opentype')
}

p {
	cursor: default;
	margin-top: 0;
}

[id^="button"] {
	margin-top: 10px;
	color: rgb(200,200,200);
	cursor: pointer;
	font-size: 15px;
  	white-space: nowrap;
	font-weight: bold;
	line-height: 30px;
	position:relative;
}

[id^="button"]:hover {
    color: #FFFFFF;
}

[id^="seperator"] {
	line-height: 49px;
}

.powered-by,
.powered-by * {
  all: unset;
  box-sizing: border-box;
}

.powered-by {
    position: fixed !important;
    bottom: 10px !important;
    right: 10px !important;
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 10000;
    pointer-events: none;
}

.powered-by a {
	all: unset;
    pointer-events: auto;
	cursor: pointer;
	display: inline-block;
}

.powered-by a:focus,
.powered-by a:active {
  outline: none !important;
  border: none !important;
}

.powered-by img {
    width: 88px;
    height: 31px;
    display: block;
}

.stats-container {
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-around; 
    gap: 10px; 
}

.graph-wrapper {
    flex: 1 1 45%; 
    min-width: 0; 
}

.stats-graph {
    width: 100%;
    height: auto;
    display: block;
}

.links-container {
    display: block;
    flex-basis: 100%;
    width: 100%;  
    margin-top: 15px;
    padding-top: 10px;
    text-align: center;
}
.stats-button {
    display: inline-block;
}