@font-face {
    font-family: main;
    src: url(assets/fusion-pixel-12px.otf);
}

@font-face {
    font-family: pixl;
    src: url(assets/fusion-pixel-8px.otf);
}

p {
	font-family: main;
}

h1 {
	font-family: pixl;
}

.txbox{
	backdrop-filter: blur(32px);
	border: #2c2c2c42 2px solid;
	border-radius: 4px;
    background-color: #88888804;
	color: #ffffffff;
	text-decoration: none;
	width: max-content;
    height: 26px;
    padding: 5px 5px;
	margin: 3px 0px;
	pointer-events: all;
	border-bottom: #5aa0fc 2px solid;
}

.nopadding {
	margin: 2px;
}