@import url('https://fonts.googleapis.com/css2?family=Jura:wght@300..700&display=swap');
@font-face {
	font-family: 'RoadNumbers';
	src:
	url('/fonts/RoadNumbers2.0.ttf') format('ttf');
}

body {
	background-color: #222222;
	background-image: url("https://megamix.mpchat.com/Title_page/Titul_fon.jpg");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: "RoadNumbers", "Jura", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
	font-size: 18px;
	vertical-align: middle;
	color: #f34c40;
	text-shadow: rgb(0, 0, 0) 1px 1px 0, rgb(0, 0, 0) -1px -1px 0,
		rgb(0, 0, 0) -1px 1px 0, rgb(0, 0, 0) 1px -1px 0;
}

.titles {
	moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Google Chrome */
	-khtml-border-radius: 10px; /* KHTML */
	-o-border-radius: 10px; /* Opera */
	-ms-border-radius: 10px; /* IE8 */
	border-radius: 10px;
}

.transparent-text {
	font-family: 'Rubik One', sans-serif;
	font-size: 120px;
	text-transform: uppercase;
	background: white;
	display: table;
	margin: 20px auto;
	color: #00FF00;
	border-radius: 5px;
	mix-blend-mode: multiply;
	padding: 5px 10px;
}

.transparent-text02 {
	font-family: 'Rubik One', sans-serif;
	font-size: 15px;
	text-shadow: -5px -5px 0px #0b63e8;
	background-size: 4px 4px;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.custom-btn {
	width: 130px;
	height: 40px;
	color: #fff;
	border-radius: 5px;
	padding: 10px 25px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	background: transparent;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
		7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
	outline: none;
}
.btn-3 {
	background: rgb(206 159 151);
	background: linear-gradient(0deg, #00BFFF 0%, #474545 100%);
	width: 130px;
	height: 40px;
	line-height: 42px;
	padding: 0;
	border: none;
}
.btn-3 span {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.btn-3:before,
.btn-3:after {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	background: rgba(2, 126, 251, 1);
	transition: all 0.3s ease;
}
.btn-3:before {
	height: 0%;
	width: 2px;
}
.btn-3:after {
	width: 0%;
	height: 2px;
}
.btn-3:hover {
	background: transparent;
	box-shadow: none;
}
.btn-3:hover:before {
	height: 100%;
}
.btn-3:hover:after {
	width: 100%;
}
.btn-3 span:hover {
	color: rgba(2, 126, 251, 1);
}
.btn-3 span:before,
.btn-3 span:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	background: rgba(2, 126, 251, 1);
	transition: all 0.3s ease;
}
.btn-3 span:before {
	width: 2px;
	height: 0%;
}
.btn-3 span:after {
	width: 0%;
	height: 2px;
}
.btn-3 span:hover:before {
	height: 100%;
}
.btn-3 span:hover:after {
	width: 100%;
}

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

h2 {
    text-align: center;
    color: #3cb5ff;
}

.main {
    width: 75vw;
    margin: 0 auto;
    backdrop-filter: blur(5px);
    padding-bottom: 1em;
    background-color: rgba(0, 0, 0, 0.2);
}

.menu-list li {
    list-style: none;
    display: inline;
}
nav {text-align: center;}

.run-line marquee {color: #ffe600;}

.main-content {
    display: flex;
    flex-direction: row;
    gap: 1.5em
}

.left-column {
    min-width: 200px;
    max-width: 280px;
    padding: 0 0.8em;
}

.auth .inp-in,
.baner img {
    display: block;
    margin: 0 auto;
}
.auth .inp-box {width: 100%;}

.admins {
    margin-bottom: 1.5em;
}

.user-photo {
    margin: 0.2em 0;
    text-align: center;
}

.info p {
    color: #ff7300;
}

.forum-titles td {
    color: #00d9ff;
}

footer {
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
}
footer pre {
    margin: 0;
    color: #fff;
}